8fbd50bb6d
by jason@, prodded by espie@. While here, take maintainership of devel/geotiff & devel/proj. Any takers for the others ? ok espie@
23 lines
435 B
Makefile
23 lines
435 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/01/23 10:29:45 landry Exp $
|
|
|
|
COMMENT= x10 firecracker utility
|
|
|
|
DISTNAME= flipit-0.3.5
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= comms
|
|
|
|
MASTER_SITES= http://www.lickey.com/flipit/dist/
|
|
HOMEPAGE= http://www.lickey.com/flipit/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
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>
|