freebsd-ports/security/bubblegum/Makefile

26 lines
489 B
Makefile
Raw Normal View History

# 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= SF/bjk/${PORTNAME}/${PORTVERSION}
MAINTAINER= jadawin@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Watch a file for changes
GNU_CONFIGURE= yes
MAN1= bubblegum.1
MANCOMPRESSED= no
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/bubblegum
pre-build:
${CP} ${WRKSRC}/doc/bubblegum.man ${WRKSRC}/doc/bubblegum.1
.include <bsd.port.mk>