88ea72915d
make a distinction between these. ok aja@ dcoppa@
26 lines
434 B
Makefile
26 lines
434 B
Makefile
# $OpenBSD: Makefile,v 1.8 2012/03/29 13:38:13 sthen Exp $
|
|
|
|
COMMENT= X.10 firecracker interface
|
|
|
|
DISTNAME= bottlerocket-0.04c
|
|
REVISION = 1
|
|
CATEGORIES= comms
|
|
|
|
HOMEPAGE = http://www.linuxha.com/bottlerocket/
|
|
MASTER_SITES = ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
SEPARATE_BUILD= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|