pkgsrc/devel/subversion/Makefile.common
epg 90667676d4 Set BUILDLINK_DEPENDS.subversion-base so that all package built from
the subversion source distribution require subversion-base from the
same version, not any version matching the default dependency.
2004-06-01 00:16:08 +00:00

29 lines
935 B
Makefile

# $NetBSD: Makefile.common,v 1.14 2004/06/01 00:16:08 epg Exp $
DISTNAME= subversion-${SVNVER}
CATEGORIES= devel
MASTER_SITES= http://subversion.tigris.org/tarballs/ \
http://subversion.tigris.org/files/documents/15/13430/
MAINTAINER= epg@pretzelnet.org
HOMEPAGE= http://subversion.tigris.org/
.include "../../devel/subversion/Makefile.version"
SVNEXAMPLES= ${PREFIX}/share/examples/subversion
SVNDOC= ${PREFIX}/share/doc/subversion
DISTINFO_FILE= ${.CURDIR}/../../devel/subversion/distinfo
COMMON_FILESDIR= ${.CURDIR}/../../devel/subversion/files
PATCHDIR= ${.CURDIR}/../../devel/subversion/patches
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr}
CONFIGURE_ARGS+= --with-apr-util=${BUILDLINK_PREFIX.apr}
CONFIGURE_ARGS+= --with-neon=${BUILDLINK_PREFIX.neon}
CONFIGURE_ARGS+= --with-ssl
BUILDLINK_DEPENDS.subversion-base= subversion-base>=${SVNVER}