- This fixes a naughty bug I had where the config file was not saved - remove patch-configure.in - Fixes the wxwidget detection. rapidsvn 0.9.3 only wants 2.6 - Workaround for installing manpage PR: ports/103288 Submitted by: Geraud CONTINSOUZAS <geraud_AT_gcu dot info> Approved by: maintainer (timeout)
41 lines
1.1 KiB
Makefile
41 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.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.rapidsvn.org/download/
|
|
|
|
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
|
|
|
|
INSTALLS_SHLIB= yes
|
|
MAN1= rapidsvn.1
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc/manpage/rapidsvn.1 ${MAN1PREFIX}/man/man1/
|
|
|
|
.include <bsd.port.mk>
|