freebsd-ports/textproc/expat2/Makefile

37 lines
807 B
Makefile
Raw Normal View History

# New ports collection makefile for: expat
# Date created: Thu Aug 26 14:38:07 CEST 1999
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
#
1999-08-31 04:11:56 +02:00
# $FreeBSD$
#
PORTNAME= expat
PORTVERSION= 2.0.0
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= expat
MAINTAINER= kuriyama@FreeBSD.org
2003-02-22 08:48:51 +01:00
COMMENT= XML 1.0 parser written in C
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
ALL_TARGET= default
INSTALLS_SHLIB= yes
MAN1= xmlwf.1
SHLIB_MAJOR= 6
MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" \
SHELL="/bin/sh"
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
list-depend-ports:
cd ${PORTSDIR}; \
find . -mindepth 3 -maxdepth 3 -name Makefile -execdir sh -c \
'find . -type f | grep -v CVS | xargs grep -q expat.5' \; \
-print
.include <bsd.port.mk>