23 lines
353 B
Makefile
23 lines
353 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/03/11 01:30:26 espie 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
|
|
|
|
WANTLIB= c
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|