Changeset View
Changeset View
Standalone View
Standalone View
ports-mgmt/porttree/Makefile
| PORTNAME= porttree | PORTNAME= porttree | ||||
| PORTVERSION= 1.1.r${SVN_REV} | PORTVERSION= 1.1.r${SVN_REV} | ||||
| PORTREVISION= 2 | PORTREVISION= 3 | ||||
| CATEGORIES= ports-mgmt python | CATEGORIES= ports-mgmt python | ||||
| MASTER_SITES= SF/${PORTNAME} | MASTER_SITES= SF/${PORTNAME} | ||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
| COMMENT= Show dependencies of FreeBSD port as pseudo graphical tree | COMMENT= Show dependencies of FreeBSD port as pseudo graphical tree | ||||
| WWW= https://sourceforge.net/projects/porttree/ | WWW= https://sourceforge.net/projects/porttree/ | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| Show All 14 Lines | |||||
| do-install: | do-install: | ||||
| ${INSTALL_SCRIPT} ${WRKSRC}/src/porttree.py ${STAGEDIR}${PREFIX}/bin/porttree | ${INSTALL_SCRIPT} ${WRKSRC}/src/porttree.py ${STAGEDIR}${PREFIX}/bin/porttree | ||||
| ${INSTALL_MAN} ${WRKSRC}/src/porttree.1 ${STAGEDIR}${PREFIX}/share/man/man1 | ${INSTALL_MAN} ${WRKSRC}/src/porttree.1 ${STAGEDIR}${PREFIX}/share/man/man1 | ||||
| do-test: | do-test: | ||||
| LC_ALL="en_US.UTF-8" ${WRKSRC}/tests/tests.sh | LC_ALL="en_US.UTF-8" ${WRKSRC}/tests/tests.sh | ||||
| # maintainer section: | # maintainer section: | ||||
| # require: devel/subversion | # require: devel/subversion-lts or devel/subversion | ||||
| SVNROOT?= https://svn.code.sf.net/p/porttree/code/trunk | SVNROOT?= https://svn.code.sf.net/p/porttree/code/trunk | ||||
| gen-dist: | gen-dist: | ||||
| ${MKDIR} ${WRKDIR} | ${MKDIR} ${WRKDIR} | ||||
| ${RM} -r ${WRKSRC} | ${RM} -r ${WRKSRC} | ||||
| svn export -r ${SVN_REV} ${SVNROOT} ${WRKSRC} | svn export -r ${SVN_REV} ${SVNROOT} ${WRKSRC} | ||||
| ${TAR} -cvy -C ${WRKDIR} --exclude FreeBSDport -f ${DISTDIR}/${DISTNAME}.tar.bz2 ${DISTNAME} | ${TAR} -cvy -C ${WRKDIR} --exclude FreeBSDport -f ${DISTDIR}/${DISTNAME}.tar.bz2 ${DISTNAME} | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||