2007-04-20 14:40:28 +02:00
|
|
|
# New ports collection makefile for: genplist
|
|
|
|
# Date created: 2007-04-19
|
|
|
|
# Whom: Jason Bacon bacon@smithers.neuro.mcw.edu
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= genplist
|
2009-03-10 20:44:00 +01:00
|
|
|
PORTVERSION= 0.3
|
2007-04-20 14:40:28 +02:00
|
|
|
CATEGORIES= ports-mgmt
|
2009-03-10 20:44:00 +01:00
|
|
|
MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
|
|
|
|
http://jbacon.dyndns.org/~bacon/Ports/distfiles/
|
2007-04-20 14:40:28 +02:00
|
|
|
|
2009-03-10 20:44:00 +01:00
|
|
|
MAINTAINER= jwbacon@tds.net
|
2007-04-20 14:40:28 +02:00
|
|
|
COMMENT= Generates a static plist for a port
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/genplist
|
|
|
|
|
|
|
|
MAN1= genplist.1
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/genplist ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/genplist.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|