26 lines
429 B
Makefile
26 lines
429 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/09/03 14:39:07 sthen Exp $
|
|
|
|
COMMENT= X.10 firecracker interface
|
|
|
|
DISTNAME= bottlerocket-0.04c
|
|
REVISION= 0
|
|
CATEGORIES= comms
|
|
|
|
HOMEPAGE= http://mlug.missouri.edu/~tymm/
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
SEPARATE_BUILD= simple
|
|
|
|
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>
|