1999-08-26 15:45:48 +02:00
|
|
|
# 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$
|
1999-08-26 15:45:48 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 23:54:47 +02:00
|
|
|
PORTNAME= expat
|
2006-01-31 00:18:23 +01:00
|
|
|
PORTVERSION= 2.0.0
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
1999-08-26 15:45:48 +02:00
|
|
|
CATEGORIES= textproc
|
2000-10-24 11:51:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= expat
|
1999-08-26 15:45:48 +02:00
|
|
|
|
2000-10-24 11:51:38 +02:00
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
2003-02-22 08:48:51 +01:00
|
|
|
COMMENT= XML 1.0 parser written in C
|
1999-08-26 15:45:48 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-07-06 10:10:24 +02:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
ALL_TARGET= default
|
2001-03-10 07:44:03 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-07-06 10:10:24 +02:00
|
|
|
MAN1= xmlwf.1
|
2000-10-24 11:51:38 +02:00
|
|
|
|
2006-01-31 00:18:23 +01:00
|
|
|
SHLIB_MAJOR= 6
|
2000-08-10 14:36:27 +02:00
|
|
|
|
2002-05-11 03:54:17 +02:00
|
|
|
MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" \
|
|
|
|
SHELL="/bin/sh"
|
2000-08-10 14:36:27 +02:00
|
|
|
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
|
|
|
|
|
2004-03-14 08:57:43 +01:00
|
|
|
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
|
|
|
|
|
1999-08-26 15:45:48 +02:00
|
|
|
.include <bsd.port.mk>
|