pkgsrc/devel/subversion16/Makefile.common
ryoon 9f13200a67 Import subversion16-1.6.20 as devel/subversion16.
The goal of the Subversion project is to build a version control
system that is a compelling replacement for CVS in the open source
community.  The software is released under an Apache/BSD-style open
source license.

This is a meta-package.  It installs no files, but it depends on all
the Subversion components, including the base package with the
subversion client and server, the apache module, and four language
bindings.  (If you just want the basic svn and svnadmin programs see
devel/subversion-base.)

This package tracks 1.6.x release branch.
2013-02-09 13:27:27 +00:00

53 lines
1.8 KiB
Text

# $NetBSD: Makefile.common,v 1.1 2013/02/09 13:27:27 ryoon Exp $
# used by devel/java-subversion16/Makefile
# used by devel/p5-subversion16/Makefile
# used by devel/py-subversion16/Makefile
# used by devel/ruby-subversion16/Makefile
# used by devel/subversion-base16/Makefile
# used by devel/subversion16/Makefile
# used by www/ap2-subversion16/Makefile
DISTNAME= subversion-${SVNVER}
CATEGORIES= devel scm
MASTER_SITES= http://subversion.tigris.org/downloads/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://subversion.apache.org/
LICENSE= apache-1.1
# People who might update Makefile.version may not be set up to test
# ruby/python/perl and java bindings, and testing ap2-subversion16 is
# awkward. If you object to updates without these tests, please
# volunteer to test patches and your email address can be recorded
# here. (Absent volunteers, breakage of language bindings will not be
# considered a terrible occurrence.)
MAINTAINER_TEST_VOLUNTEERS=
.include "../../devel/subversion16/Makefile.version"
SVNEXAMPLES= ${PREFIX}/share/examples/subversion16
SVNDOC= ${PREFIX}/share/doc/subversion16
DISTINFO_FILE= ${.CURDIR}/../../devel/subversion16/distinfo
FILESDIR= ${.CURDIR}/../../devel/subversion16/files
PATCHDIR= ${.CURDIR}/../../devel/subversion16/patches
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
.include "../../mk/bsd.prefs.mk"
.include "../../devel/subversion16-base/options.mk"
.if !empty(PKG_OPTIONS:Mserf)
CONFIGURE_ARGS+= --with-serf=${BUILDLINK_PREFIX.serf} --without-neon
.else
CONFIGURE_ARGS+= --with-neon=${BUILDLINK_PREFIX.neon}
.endif
# workaround: does not install info file, but does create directory
CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
BUILDLINK_API_DEPENDS.subversion16-base+= subversion16-base>=${SVNVER}
.include "../../devel/gettext-lib/buildlink3.mk"