diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-20 12:40:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-20 12:40:28 +0000 |
commit | db02ec76cee6894e5c856e29f1a5a49f4d127ddc (patch) | |
tree | 477f9fc8af0c46361a58c157788d2f092192fc6a /ports-mgmt/genplist/Makefile | |
parent | 43e4f23ceac49d6cd57ec50425782ca9365b577d (diff) | |
download | ports-db02ec76cee6894e5c856e29f1a5a49f4d127ddc.tar.gz ports-db02ec76cee6894e5c856e29f1a5a49f4d127ddc.zip |
Notes
Diffstat (limited to 'ports-mgmt/genplist/Makefile')
-rw-r--r-- | ports-mgmt/genplist/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ports-mgmt/genplist/Makefile b/ports-mgmt/genplist/Makefile new file mode 100644 index 000000000000..6d95dc5ab72a --- /dev/null +++ b/ports-mgmt/genplist/Makefile @@ -0,0 +1,26 @@ +# 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> |