freebsd-ports/devel/viewvc/Makefile
Will Andrews 42b084c4ca GRRR, fix a stupidity on my part. Reminder to self: write better port
autogen scripts.  Oh wait, I already did that...  ;-P
2001-02-18 08:01:32 +00:00

31 lines
662 B
Makefile

# New ports collection makefile for: viewcvs
# 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>