mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
371 B
Makefile
20 lines
371 B
Makefile
# New ports collection makefile for: bottlerocket
|
|
# Date created: 15 July 1999
|
|
# Whom: Mike Smith <msmith@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bottlerocket
|
|
PORTVERSION= 0.04c
|
|
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>
|