freebsd-ports/ports-mgmt/genplist/Makefile
Jason W. Bacon be26d1d912 Multiple ports:
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
2018-01-31 01:07:07 +00:00

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>