openbsd-ports/comms/flipit/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

25 lines
438 B
Makefile

# $OpenBSD: Makefile,v 1.11 2012/03/29 13:38:13 sthen Exp $
COMMENT= x10 firecracker utility
DISTNAME= flipit-0.3.5
REVISION= 0
CATEGORIES= comms
MASTER_SITES= http://www.lickey.com/flipit/dist/
HOMEPAGE= http://www.lickey.com/flipit/
CONFIGURE_STYLE=gnu
USE_GROFF = Yes
SEPARATE_BUILD= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
.include <bsd.port.mk>