diff options
Diffstat (limited to 'sysutils/farbot/Makefile')
-rw-r--r-- | sysutils/farbot/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/farbot/Makefile b/sysutils/farbot/Makefile new file mode 100644 index 000000000000..b58090448685 --- /dev/null +++ b/sysutils/farbot/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: farbot +# Date created: 29 November 2006 +# Whom: Nick Barkas <snb@threerings.net> +# +# $FreeBSD$ + +PORTNAME= farbot +PORTVERSION= 1.0.a2 +CATEGORIES= sysutils +MASTER_SITES= http://dpw.threerings.net/projects/farbot/ +DISTNAME= farbot-1.0-alpha2 + +MAINTAINER= snb@threerings.net +COMMENT= FreeBSD Automated Release Bot + +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ZConfig:${PORTSDIR}/devel/py-zconfig \ + ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +RUN_DEPENDS= ${BUILD_DEPENDS} + +WRKSRC= ${WRKDIR}/${DISTNAME} + +USE_PYTHON= 2.4+ +USE_PYDISTUTILS= yes + +post-install: + ${INSTALL_DATA} ${WRKSRC}/farbot.conf ${PREFIX}/etc/farbot.conf.sample + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR}/xhtml + ${INSTALL_MAN} ${WRKSRC}/docs/xhtml/* ${DOCSDIR}/xhtml +.endif + +.include <bsd.port.mk> |