opnsense-ports/www/libwww/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

25 lines
578 B
Makefile

# Created by: torstenb
# $FreeBSD$
PORTNAME= libwww
PORTVERSION= 5.4.0
PORTREVISION= 5
CATEGORIES= www devel
MASTER_SITES= http://www.w3.org/Library/Distribution/
DISTNAME= w3c-${PORTNAME}-${PORTVERSION}
MAINTAINER= marius@nuenneri.ch
COMMENT= The W3C Reference Library
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-zlib --with-ssl=${OPENSSLBASE}
USES= perl5 gmake libtool tar:tgz
USE_PERL5= build
USE_LDCONFIG= yes
USE_OPENSSL= yes
post-install:
${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \
${STAGEDIR}${PREFIX}/include/w3c-libwww/
.include <bsd.port.mk>