18 lines
261 B
Makefile
18 lines
261 B
Makefile
COMMENT= x10 firecracker utility
|
|
|
|
DISTNAME= flipit-0.3.6
|
|
CATEGORIES= comms
|
|
REVISION = 0
|
|
|
|
SITES= ${HOMEPAGE}/dist/
|
|
HOMEPAGE= http://www.lickey.com/flipit/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
SEPARATE_BUILD= Yes
|
|
|
|
.include <bsd.port.mk>
|