mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
33 lines
665 B
Makefile
33 lines
665 B
Makefile
# Created by: Radim Kolar <hsn@sanatana.dharma>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bzr
|
|
PORTVERSION= 20110228
|
|
PORTREVISION= 3
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://schema.filez.com/distfiles/
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= hsn@sendmail.cz
|
|
COMMENT= Bazaar-NG plugin for Trac
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac \
|
|
bzr:${PORTSDIR}/devel/bzr
|
|
|
|
USES= tar:bzip2
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|tag_date = 1||' ${WRKSRC}/setup.cfg
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include "${.CURDIR}/../../www/trac/plugin.mk"
|
|
.include <bsd.port.mk>
|