2012-12-21 07:13:35 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.28 2012/12/21 12:13:35 sthen Exp $
|
2004-11-28 09:27:38 -05:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= Apache Portable Runtime
|
2004-11-28 09:27:38 -05:00
|
|
|
|
2012-04-28 05:48:17 -04:00
|
|
|
V= 1.4.6
|
2007-09-20 06:17:21 -04:00
|
|
|
DISTNAME= apr-$V
|
2012-12-21 07:13:35 -05:00
|
|
|
REVISION= 1
|
2012-04-28 05:48:17 -04:00
|
|
|
SHARED_LIBS += apr-1 4.6 # .4.6
|
2006-01-06 08:14:28 -05:00
|
|
|
|
2004-11-28 09:27:38 -05:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
2012-04-28 05:48:17 -04:00
|
|
|
MAINTAINER= Stefan Sperling <stsp@openbsd.org>
|
2004-11-28 09:27:38 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://apr.apache.org/
|
|
|
|
|
|
|
|
# Apache License 2.0
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2012-12-21 07:13:35 -05:00
|
|
|
WANTLIB += pthread
|
|
|
|
|
2006-11-03 05:56:44 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_APACHE:=apr/}
|
2004-11-28 09:27:38 -05:00
|
|
|
|
2006-01-06 08:14:28 -05:00
|
|
|
USE_LIBTOOL= Yes
|
2004-11-28 09:27:38 -05:00
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2012-04-28 05:48:17 -04:00
|
|
|
--includedir=${LOCALBASE}/include/apr-1/ \
|
|
|
|
--with-installbuilddir=${LOCALBASE}/lib/apr-1/ \
|
2011-06-15 15:13:48 -04:00
|
|
|
--enable-other-child \
|
2012-04-28 05:48:17 -04:00
|
|
|
--enable-threads \
|
2011-06-15 15:13:48 -04:00
|
|
|
ac_cv_prog_AWK=awk
|
2007-03-24 09:46:47 -04:00
|
|
|
|
2007-10-30 12:47:50 -04:00
|
|
|
pre-install:
|
|
|
|
rm -f ${WRKSRC}/libtool
|
|
|
|
|
2004-11-28 09:27:38 -05:00
|
|
|
.include <bsd.port.mk>
|