diff options
Diffstat (limited to 'misc/bottlerocket/Makefile')
-rw-r--r-- | misc/bottlerocket/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/bottlerocket/Makefile b/misc/bottlerocket/Makefile new file mode 100644 index 000000000000..884260e88f26 --- /dev/null +++ b/misc/bottlerocket/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: bottlerocket +# Version required: 0.04b +# Date created: 15 July 1999 +# Whom: Mike Smith <msmith@freebsd.org> +# +# $Id$ +# + +DISTNAME= bottlerocket-0.04b +CATEGORIES= misc +MASTER_SITES= http://mlug.missouri.edu/~tymm/ + +MAINTAINER= msmith@freebsd.org + +USE_GMAKE= yes +GNU_CONFIGURE= yes +ALL_TARGET= br + +.include <bsd.port.mk> |