summaryrefslogtreecommitdiff
path: root/ports-mgmt/porteasy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/porteasy/Makefile')
-rw-r--r--ports-mgmt/porteasy/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/ports-mgmt/porteasy/Makefile b/ports-mgmt/porteasy/Makefile
deleted file mode 100644
index 3ac20f7bc46d..000000000000
--- a/ports-mgmt/porteasy/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: porteasy
-# Date created: September 19th 2000
-# Whom: des
-#
-# $FreeBSD$
-#
-# This port is self contained in the src directory.
-#
-
-PORTNAME= porteasy
-PORTVERSION= 2.7.4
-PORTREVISION= 2
-CATEGORIES= misc
-MASTER_SITES= # none
-DISTFILES= # none
-
-MAINTAINER= des@FreeBSD.org
-
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-USE_PERL5= yes
-
-SRC= ${.CURDIR}/src
-
-MAN8= porteasy.8
-
-do-fetch:
- @${DO_NADA}
-
-do-configure:
- @${SED} "s,%%PREFIX%%,${PREFIX}," ${SRC}/porteasy.pl >${WRKDIR}/porteasy
-do-install:
- @${INSTALL_SCRIPT} ${WRKDIR}/porteasy ${PREFIX}/bin/porteasy
- @${INSTALL_MAN} ${SRC}/porteasy.8 ${PREFIX}/man/man8
- @${MKDIR} ${PREFIX}/share/porteasy
- @${INSTALL_DATA} ${SRC}/cvspass ${PREFIX}/share/porteasy/cvspass
-
-.include <bsd.port.mk>