22 lines
360 B
Makefile
22 lines
360 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/03/11 01:30:26 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= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
.include <bsd.port.mk>
|