mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
8b1ac25ee8
- remove dirrmtry line that is no longer used with the new ports framework PR: 192053 Submitted by: pi
30 lines
665 B
Makefile
30 lines
665 B
Makefile
# Created by: Autrijus Tang <autrijus@autrijus.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libapreq2
|
|
PORTVERSION= 2.13
|
|
PORTREVISION= 4
|
|
CATEGORIES= www devel
|
|
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
|
|
MASTER_SITE_SUBDIR=libapreq
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Generic Apache2 Request Library
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= libtool
|
|
USE_APACHE= 22+
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= autoconf
|
|
CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} --with-expat=${LOCALBASE}
|
|
|
|
SHLIB_MAJOR= 11
|
|
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
|
|
|
|
post-stage:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libapreq2.so.3.8.0
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_apreq2.so
|
|
|
|
.include <bsd.port.mk>
|