25 lines
441 B
Makefile
25 lines
441 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/10/18 16:57:48 espie 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= simple
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
.include <bsd.port.mk>
|