freebsd-ports/textproc/expat2/Makefile
Tijl Coosemans 8d1a1842e2 Update to 2.2.0.
PR:		210531
Approved by:	maintainer timeout (2 weeks)
2016-07-08 10:03:46 +00:00

20 lines
394 B
Makefile

# Created by: Dirk Froemberg <dirk@FreeBSD.org>
# $FreeBSD$
PORTNAME= expat
PORTVERSION= 2.2.0
CATEGORIES= textproc
MASTER_SITES= SF
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= XML 1.0 parser written in C
GNU_CONFIGURE= yes
ALL_TARGET= default
USES= libtool pathfix tar:bz2
USE_LDCONFIG= yes
post-stage:
${LN} -s libexpat.so.1 ${STAGEDIR}${PREFIX}/lib/libexpat.so.6
.include <bsd.port.mk>