package with subversion-base compiled with apr1. This approach matches all the subversion language bindings as well as ap2-subversion. (Given options like this, a proper solution probably requires recording such choices in the installed package.)
35 lines
1 KiB
Makefile
35 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.36 2008/01/31 16:37:35 gdt Exp $
|
|
|
|
DISTNAME= rapidsvn-0.9.4
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel x11 scm
|
|
MASTER_SITES= http://www.rapidsvn.org/download/release/0.9.4/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rapidsvn.tigris.org/
|
|
COMMENT= Cross-platform Subversion GUI
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --with-svn-include=${BUILDLINK_DIR}/include
|
|
CONFIGURE_ARGS+= --with-svn-lib=${BUILDLINK_DIR}/lib
|
|
|
|
INSTALLATION_DIRS+= include/svncpp
|
|
|
|
post-configure:
|
|
${ECHO} 'all:' > ${WRKSRC}/doc/manpage/Makefile
|
|
${ECHO} 'install:' >> ${WRKSRC}/doc/manpage/Makefile
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/doc/manpage/rapidsvn.1 \
|
|
${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
# While apr is actually a dependency, we ride it being included via
|
|
# subversion-base, following the precedent of devel/foo-subversion and
|
|
# www/ap2-subversion.
|
|
.include "../../devel/subversion-base/buildlink3.mk"
|
|
.include "../../x11/wxGTK/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|