aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/genplist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/genplist/Makefile')
-rw-r--r--ports-mgmt/genplist/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/ports-mgmt/genplist/Makefile b/ports-mgmt/genplist/Makefile
deleted file mode 100644
index 5aee7ff4f292..000000000000
--- a/ports-mgmt/genplist/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= genplist
-PORTVERSION= 1.2
-PORTREVISION= 1
-CATEGORIES= ports-mgmt
-MASTER_SITES= http://acadix.biz/Ports/distfiles/
-
-MAINTAINER= jwb@FreeBSD.org
-COMMENT= Generates a static plist for a port
-WWW= http://personalpages.tds.net/~jwbacon/Ports
-
-LICENSE= BSD2CLAUSE
-
-DEPRECATED= Unmaintained, obsoleted by "make makeplist"
-EXPIRATION_DATE=2025-04-03
-
-NO_BUILD= yes
-USES= tar:xz
-
-PLIST_FILES= bin/genplist share/man/man1/genplist.1.gz
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/genplist ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/genplist.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
-.include <bsd.port.mk>