mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
e42be0b94a
PR: ports/104214 Submitted by: Josh Paetzel <josh@tcbug.org>
28 lines
570 B
Makefile
28 lines
570 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= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= bjk
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Watch a file for changes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAN1= bubblegum.1
|
|
MANCOMPRESSED= no
|
|
PLIST_FILES= bin/bubblegum
|
|
|
|
pre-build:
|
|
${CP} ${WRKSRC}/doc/bubblegum.man ${WRKSRC}/doc/bubblegum.1
|
|
|
|
.include <bsd.port.mk>
|