2005-01-09 03:38:52 +01:00
|
|
|
# New ports collection makefile for: rapidsvn
|
|
|
|
# Date created: Jan 1, 2005
|
|
|
|
# Whom: kuriyama@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rapidsvn
|
2010-05-23 10:30:21 +02:00
|
|
|
PORTVERSION= 0.12.0
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 1
|
2005-01-09 03:38:52 +01:00
|
|
|
CATEGORIES= devel
|
2010-05-23 10:30:21 +02:00
|
|
|
MASTER_SITES= http://www.rapidsvn.org/download/release/0.12/
|
|
|
|
DISTNAME= ${PORTNAME}-0.12.0-1
|
2005-01-09 03:38:52 +01:00
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Cross-platform GUI front-end for the Subversion revision system
|
|
|
|
|
2010-02-17 05:58:54 +01:00
|
|
|
BUILD_DEPENDS= neon-config:${PORTSDIR}/www/neon29 \
|
2006-10-08 16:27:52 +02:00
|
|
|
svn:${PORTSDIR}/devel/subversion \
|
|
|
|
xsltproc:${PORTSDIR}/textproc/libxslt \
|
2005-12-02 15:07:53 +01:00
|
|
|
${LOCALBASE}/share/xsl/docbook/VERSION:${PORTSDIR}/textproc/docbook-xsl
|
2005-01-09 03:38:52 +01:00
|
|
|
|
2006-10-08 16:27:52 +02:00
|
|
|
USE_WX= 2.6
|
|
|
|
WX_CONF_ARGS= absolute
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2010-05-23 10:30:21 +02:00
|
|
|
USE_GETTEXT= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= autoconf:262 libtool:22 automake:19
|
2008-08-10 16:48:45 +02:00
|
|
|
CONFIGURE_TARGET=
|
2006-10-08 16:27:52 +02:00
|
|
|
CONFIGURE_ARGS= --with-apr-config=apr-1-config \
|
2005-12-02 15:07:53 +01:00
|
|
|
--with-apu-config=apu-1-config \
|
2009-06-15 00:26:33 +02:00
|
|
|
--with-svn-include=${LOCALBASE}/include \
|
|
|
|
--with-svn-lib=${LOCALBASE}/lib \
|
2006-10-08 16:27:52 +02:00
|
|
|
--with-neon-config=neon-config \
|
|
|
|
--with-xsltproc=xsltproc \
|
|
|
|
--with-docbook-xsl-manpages=${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl \
|
2008-08-10 16:48:45 +02:00
|
|
|
--program-prefix="" \
|
2006-10-08 16:27:52 +02:00
|
|
|
--with-manpage=yes
|
|
|
|
|
2007-01-14 07:05:53 +01:00
|
|
|
USE_LDCONFIG= yes
|
2005-01-09 03:38:52 +01:00
|
|
|
MAN1= rapidsvn.1
|
|
|
|
|
2006-10-08 16:27:52 +02:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/manpage/rapidsvn.1 ${MAN1PREFIX}/man/man1/
|
2005-01-09 03:38:52 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|