freebsd-ports/devel/rapidsvn/Makefile
Lev A. Serebryakov de7020af32 (1) Update `www/neon' to 0.26.3
(2) Bump port revisions (and dependencies) on all ports, using libneon
  (3) Mark `devel/bazaar' broken, it doesn't support new neon version.
      Approved by maintainer.
  (4) Mark `www/neonpp' broken, it doesn't support new neon version.
      Maintainer timeout.
2007-03-16 10:03:11 +00:00

42 lines
1.1 KiB
Makefile

# New ports collection makefile for: rapidsvn
# Date created: Jan 1, 2005
# Whom: kuriyama@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= rapidsvn
PORTVERSION= 0.9.4
PORTEVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.rapidsvn.org/download/release/${PORTVERSION}/
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Cross-platform GUI front-end for the Subversion revision system
BUILD_DEPENDS= apr-1-config:${PORTSDIR}/devel/apr-svn \
neon-config:${PORTSDIR}/www/neon \
svn:${PORTSDIR}/devel/subversion \
xsltproc:${PORTSDIR}/textproc/libxslt \
${LOCALBASE}/share/xsl/docbook/VERSION:${PORTSDIR}/textproc/docbook-xsl
USE_WX= 2.6
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
USE_AUTOTOOLS= autoconf:259 libtool:15 automake:19
CONFIGURE_ARGS= --with-apr-config=apr-1-config \
--with-apu-config=apu-1-config \
--with-neon-config=neon-config \
--with-xsltproc=xsltproc \
--with-docbook-xsl-manpages=${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl \
--with-manpage=yes
USE_LDCONFIG= yes
MAN1= rapidsvn.1
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/manpage/rapidsvn.1 ${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>