summaryrefslogtreecommitdiff
path: root/devel/viewvc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/viewvc/Makefile')
-rw-r--r--devel/viewvc/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile
deleted file mode 100644
index c4278287de7a..000000000000
--- a/devel/viewvc/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: groach
-# Date created: Sun 02 Jul 2000
-# Whom: will
-#
-# $FreeBSD$
-#
-
-PORTNAME= viewcvs
-PORTVERSION= 0.5
-CATEGORIES= devel python
-MASTER_SITES= http://www.lyra.org/viewcvs/
-
-MAINTAINER= ports@FreeBSD.org
-
-BUILD_DEPENDS= python:${PORTSDIR}/lang/python
-RUN_DEPENDS= python:${PORTSDIR}/lang/python
-
-NO_BUILD= yes
-
-pre-install:
- ${PERL} -pi -e "s:/usr/local/viewcvs:${PREFIX}/share/viewcvs:g" ${WRKSRC}/viewcvs-install
-
-do-install:
- (cd ${WRKSRC} && ${LOCALBASE}/bin/python ${WRKSRC}/viewcvs-install)
-
-post-install:
- @${ECHO}
- @${CAT} ${PKGMESSAGE} | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g"
- @${ECHO}
-
-.include <bsd.port.mk>