Slave port of devel/apr', tuned for devel/subversion'

This commit is contained in:
Lev A. Serebryakov 2004-02-03 19:42:52 +00:00
parent 428e52e1ca
commit 5a6b4f259b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99900
2 changed files with 13 additions and 0 deletions

View file

@ -32,6 +32,7 @@
SUBDIR += antlr
SUBDIR += apache-ant
SUBDIR += apr
SUBDIR += apr-svn
SUBDIR += arch
SUBDIR += argouml
SUBDIR += argtable

12
devel/apr-svn/Makefile Normal file
View file

@ -0,0 +1,12 @@
# New ports collection makefile for: apr-svn
# Date created: 1 February 2003
# Whom: Lev Serebryakov <lev@serebryakov.spb.ru>
#
# $FreeBSD$
APR_UTIL_WITH_BERKELEY_DB= yes
APR_UTIL_WITHOUT_THREADS= yes
MASTERDIR= ${.CURDIR}/../apr
CONFLICT= apr-*
.include "${MASTERDIR}/Makefile"