2008-11-13 08:14:51 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2008/11/13 13:14:51 ajacoutot Exp $
|
2007-04-06 12:00:20 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= graphical subversion client
|
2007-04-06 12:00:20 -04:00
|
|
|
|
|
|
|
VERSION= 0.9.4
|
|
|
|
DISTNAME= rapidsvn-${VERSION}
|
2008-11-13 08:14:51 -05:00
|
|
|
PKGNAME= ${DISTNAME}p5
|
2007-04-06 12:00:20 -04:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.rapidsvn.org/
|
|
|
|
|
|
|
|
SHARED_LIBS= svncpp 0.0
|
|
|
|
|
2007-11-13 15:05:00 -05:00
|
|
|
MAINTAINER= Vlad Glagolev <stealth@sourcemage.org>
|
2007-04-06 12:00:20 -04:00
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}download/release/${VERSION}/
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
2008-06-14 20:04:49 -04:00
|
|
|
WANTLIB= c m z pthread crypto ssl stdc++ db expat neon \
|
2008-11-13 08:14:51 -05:00
|
|
|
apr-1 aprutil-1 sasl2 asn1 gssapi krb5
|
2007-04-06 12:00:20 -04:00
|
|
|
|
2008-02-02 04:51:04 -05:00
|
|
|
LIB_DEPENDS= wx_base_xml,wx_gtk2_html,wx_gtk2_dbgrid,wx_gtk2_adv,wx_gtk2_xrc,wx_base_net,wx_gtk2_qa,wx_base,wx_base_odbc,wx_gtk2_core,wx_gtk2_aui,wx_gtk2_richtext:wxWidgets-gtk2->=2.6.3:x11/wxWidgets \
|
2008-11-05 17:22:03 -05:00
|
|
|
svn_client-1,svn_delta-1,svn_diff-1,svn_fs-1,svn_fs_base-1,svn_fs_fs-1,svn_ra-1,svn_ra_local-1,svn_ra_svn-1,svn_repos-1,svn_subr-1,svn_wc-1,svn_fs_util-1,svn_ra_neon-1:subversion->=1.2:devel/subversion
|
2007-04-06 12:00:20 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--with-apr-config=${LOCALBASE}/bin/apr-1-config \
|
|
|
|
--with-apu-config=${LOCALBASE}/bin/apu-1-config
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|