db02ec76ce
into a temporary directory, and then examining the directory tree. The process is based on the instructions for plist generation in the FreeBSD Porter's Handbook. WWW: http://www.neuro.mcw.edu/~bacon/FreeBSD_MRI PR: ports/111892 Submitted by: Jason Bacon bacon at smithers.neuro.mcw.edu Sponsord by: addport
26 lines
557 B
Makefile
26 lines
557 B
Makefile
# New ports collection makefile for: genplist
|
|
# Date created: 2007-04-19
|
|
# Whom: Jason Bacon bacon@smithers.neuro.mcw.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= genplist
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= http://www.neuro.mcw.edu/~bacon/Ports/distfiles/
|
|
|
|
MAINTAINER= bacon@smithers.neuro.mcw.edu
|
|
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>
|