mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
39 lines
1011 B
Makefile
39 lines
1011 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rapidsvn
|
|
PORTVERSION= 0.12.1
|
|
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= 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
|
|
USES= gettext
|
|
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
|
|
MAN1= rapidsvn.1
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc/manpage/rapidsvn.1 ${MAN1PREFIX}/man/man1/
|
|
|
|
.include <bsd.port.mk>
|