freebsd-ports/security/bubblegum/Makefile
Ying-Chieh Liao ae5c06adc4 add bubblegum 1.12
Watch a file for changes

PR:		44956
Submitted by:	Ben Kibbey <bjk@m-net.arbornet.org>
2002-11-20 08:59:55 +00:00

24 lines
494 B
Makefile

# Ports collection Makefile for: bubblegum
# Date created: 5 November 2002
# Whom: Ben Kibbey <bjk@arbornet.org>
#
# $FreeBSD$
#
PORTNAME= bubblegum
PORTVERSION= 1.12
CATEGORIES= security
MASTER_SITES= http://arbornet.org/~bjk/bubblegum/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= bubblegum.1
MANCOMPRESSED= no
pre-build:
${CP} ${WRKSRC}/doc/bubblegum.man ${WRKSRC}/doc/bubblegum.1
.include <bsd.port.mk>