379afe5f60
From Darrin Chandler
26 lines
464 B
Makefile
26 lines
464 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/09/16 01:37:09 merdely Exp $
|
|
|
|
COMMENT= X.10 firecracker interface
|
|
|
|
DISTNAME= bottlerocket-0.04c
|
|
CATEGORIES= comms
|
|
|
|
HOMEPAGE= http://mlug.missouri.edu/~tymm/
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= Jason Wright <jason@openbsd.org>
|
|
|
|
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>
|