# New ports collection makefile for: viewcvs # Date created: Sun 02 Jul 2000 # Whom: will # # $FreeBSD$ # PORTNAME= viewvc PORTVERSION= 1.0.0 CATEGORIES= devel python MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/31766/ MAINTAINER= jbq@caraldi.com COMMENT= Web-based Version Control Repository Browsing FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget FETCH_CMD= ${LOCALBASE}/bin/wget -c DISABLE_SIZE= yes # Need because -S are not recognized by wget USE_PYTHON= yes NO_BUILD= yes SUB_FILES= pkg-message SUB_LIST= INSTDIR="${PREFIX}/${INSTDIR}" PKGMESSAGE= ${WRKDIR}/pkg-message INSTDIR?= ${PORTNAME} PLIST_SUB= INSTDIR=${INSTDIR} do-install: (cd ${WRKSRC} && ${PYTHON_CMD} viewvc-install --prefix=${PREFIX}/${INSTDIR} --destdir="") post-install: @${CAT} ${PKGMESSAGE} .include