be26d1d912
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org Remove Created by comments for same user Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14128
22 lines
462 B
Makefile
22 lines
462 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= genplist
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= http://acadix.biz/Ports/distfiles/
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Generates a static plist for a port
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
NO_BUILD= yes
|
|
USES= tar:xz
|
|
|
|
PLIST_FILES= bin/genplist man/man1/genplist.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/genplist ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/genplist.1 ${STAGEDIR}${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|