2001-02-18 09:01:32 +01:00
|
|
|
# New ports collection makefile for: viewcvs
|
2000-07-03 02:34:20 +02:00
|
|
|
# Date created: Sun 02 Jul 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= viewcvs
|
2002-01-17 13:56:06 +01:00
|
|
|
PORTVERSION= 0.9.2
|
2003-08-24 14:40:03 +02:00
|
|
|
PORTREVISION= 1
|
2000-07-03 02:34:20 +02:00
|
|
|
CATEGORIES= devel python
|
2001-05-27 16:03:13 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-07-03 02:34:20 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Python version of Zeller's cvsweb
|
2000-07-03 02:34:20 +02:00
|
|
|
|
2001-08-23 15:26:43 +02:00
|
|
|
USE_PYTHON= yes
|
2000-07-03 02:34:20 +02:00
|
|
|
NO_BUILD= yes
|
2001-08-23 15:26:43 +02:00
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
2001-12-25 06:08:44 +01:00
|
|
|
INSTDIR?= ${PORTNAME}-${PORTVERSION}
|
|
|
|
PLIST_SUB= INSTDIR=${INSTDIR}
|
2000-07-03 02:34:20 +02:00
|
|
|
|
|
|
|
do-install:
|
2001-12-25 06:08:44 +01:00
|
|
|
@ cd ${WRKSRC} && INSTDIR=${PREFIX}/${INSTDIR} ${PYTHON_CMD} viewcvs-install
|
2000-07-03 02:34:20 +02:00
|
|
|
|
|
|
|
post-install:
|
2001-12-25 06:08:44 +01:00
|
|
|
@ ${SED} -e "s:%%INSTDIR%%:${PREFIX}/${INSTDIR}:g" pkg-message >${PKGMESSAGE}
|
2001-08-23 15:26:43 +02:00
|
|
|
@ ${CAT} ${PKGMESSAGE}
|
2000-07-03 02:34:20 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|