22 lines
427 B
Makefile
22 lines
427 B
Makefile
# Created by: Ben Kibbey <bjk@arbornet.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bubblegum
|
|
PORTVERSION= 1.12
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF/bjk/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
|
COMMENT= Watch a file for changes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= bubblegum.1
|
|
MANCOMPRESSED= no
|
|
PLIST_FILES= bin/bubblegum
|
|
|
|
NO_STAGE= yes
|
|
pre-build:
|
|
${CP} ${WRKSRC}/doc/bubblegum.man ${WRKSRC}/doc/bubblegum.1
|
|
|
|
.include <bsd.port.mk>
|