1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/www/libapreq2/Makefile
Tijl Coosemans 9cdb26e022 - Remove unneeded USE_AUTOTOOLS.
- Remove unused SHLIB_MAJOR.
- Remove bogus patch that adds -L$(prefix).  There are no libraries there.
- Use INSTALL_TARGET=install-strip.
2018-01-11 15:21:07 +00:00

23 lines
462 B
Makefile

# Created by: Autrijus Tang <autrijus@autrijus.org>
# $FreeBSD$
PORTNAME= libapreq2
PORTVERSION= 2.13
PORTREVISION= 5
CATEGORIES= www devel
MASTER_SITES= APACHE_HTTPD/libapreq
MAINTAINER= apache@FreeBSD.org
COMMENT= Generic Apache2 Request Library
LICENSE= APACHE20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apache2-apxs=${APXS} --with-expat=${LOCALBASE}
INSTALL_TARGET= install-strip
USES= libtool
USE_APACHE= 22+
USE_LDCONFIG= yes
.include <bsd.port.mk>