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