diff options
Diffstat (limited to 'devel/rapidsvn/Makefile')
-rw-r--r-- | devel/rapidsvn/Makefile | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile deleted file mode 100644 index eb195e85169b..000000000000 --- a/devel/rapidsvn/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# $FreeBSD$ - -PORTNAME= rapidsvn -PORTVERSION= 0.12.1 -PORTREVISION= 4 -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 - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -BUILD_DEPENDS= ${LOCALBASE}/bin/svn:devel/subversion \ - xsltproc:textproc/libxslt \ - ${LOCALBASE}/share/xsl/docbook/VERSION: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> |