freebsd-ports/devel/rapidsvn/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

38 lines
1 KiB
Makefile

# $FreeBSD$
PORTNAME= rapidsvn
PORTVERSION= 0.12.1
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.rapidsvn.org/download/release/${PORTVERSION}/
MAINTAINER= robert.ayrapetyan@gmail.com
COMMENT= Cross-platform GUI front-end for the Subversion revision system
BUILD_DEPENDS= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion \
xsltproc:${PORTSDIR}/textproc/libxslt \
${LOCALBASE}/share/xsl/docbook/VERSION:${PORTSDIR}/textproc/docbook-xsl
USE_WX= 2.8
WX_UNICODE= yes
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
USES= gettext libtool
CONFIGURE_TARGET=
CONFIGURE_ARGS= --with-apr-config=apr-1-config \
--with-apu-config=apu-1-config \
--with-svn-include=${LOCALBASE}/include \
--with-svn-lib=${LOCALBASE}/lib \
--with-xsltproc=xsltproc \
--with-docbook-xsl-manpages=${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl \
--program-prefix="" \
--with-doxygen=no \
--with-manpage=yes
USE_LDCONFIG= yes
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/manpage/rapidsvn.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>