freebsd-ports/ports-mgmt/portbuilder/Makefile
Jason Helfman c28450b1a5 - adopt new options framework
PR:	ports/169743
Submitted by:	jgh@
Approved by:	maintainer, naylor.b.david@gmail.com
2012-07-09 18:29:51 +00:00

33 lines
674 B
Makefile

# New ports collection Makefile for: portbuilder
# Date created: 2011/04/03
# Whom: David Naylor <naylor.b.david@gmail.com>
#
# $FreeBSD$
PORTNAME= portbuilder
DISTVERSION= 0.1.5.2
CATEGORIES= ports-mgmt
MASTER_SITES= http://cloud.github.com/downloads/DragonSA/portbuilder/
MAINTAINER= naylor.b.david@gmail.com
COMMENT= Concurrent FreeBSD port builder
LICENSES= BSD
USE_PYTHON= 2.6+
USE_PYDISTUTILS=yes
USE_XZ= yes
PORTDOCS= BUGS ChangeLog COPYRIGHT README
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>