freebsd-ports/textproc/expat2/Makefile
Jun Kuriyama cb109492b2 Upgrade to 1.95.4 (shlib version bumped).
Submitted by:	Sandro Tolaini <sandro@focuseek.com> and
		KATO Tsuguru <tkato@prontomail.com>
PR:		ports/40682, ports/40798
2002-07-21 02:16:17 +00:00

28 lines
579 B
Makefile

# New ports collection makefile for: expat
# Date created: Thu Aug 26 14:38:07 CEST 1999
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= expat
PORTVERSION= 1.95.4
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= expat
MAINTAINER= kuriyama@FreeBSD.org
USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
ALL_TARGET= default
INSTALLS_SHLIB= yes
MAN1= xmlwf.1
SHLIB_MAJOR= 3
MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" \
SHELL="/bin/sh"
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
.include <bsd.port.mk>