8d1a1842e2
PR: 210531 Approved by: maintainer timeout (2 weeks)
20 lines
394 B
Makefile
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>
|