diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-11-30 04:56:43 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-11-30 04:56:43 +0000 |
commit | 1ff6a80ea43d833f2e5ea8f94f89c9f58c21ad1f (patch) | |
tree | 8f9374992eb7a2554e8e98385fed674ad7867c99 /sysutils/farbot/Makefile | |
parent | 01f1c535cb97cb24d849d99b862d7502322d6025 (diff) |
Notes
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> |