aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pwgen2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/pwgen2/Makefile')
-rw-r--r--sysutils/pwgen2/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/pwgen2/Makefile b/sysutils/pwgen2/Makefile
deleted file mode 100644
index e3ae6299e064..000000000000
--- a/sysutils/pwgen2/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: pwgen
-# Date created: 22 July 2000
-# Whom: Oddbjorn Steffensen <oddbjorn@tricknology.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pwgen
-PORTVERSION= 1.15
-CATEGORIES= sysutils
-MASTER_SITES= http://www.tricknology.org/ports/
-
-MAINTAINER= oddbjorn@tricknology.org
-
-BUILD_DEPENDS= ${LOCALBASE}/include/getopt.h:${PORTSDIR}/devel/libgnugetopt
-
-MAN1= pwgen.1
-WRKSRC= ${WRKDIR}/pwgen-1
-
-.include <bsd.port.mk>