freebsd-ports/textproc/expat2/Makefile
Maxim Sobolev 0a36041a35 Force SHELL MAKE_ENV to be /bin/sh.
Submitted by:	Kent Stewart <kstewart@owt.com>
2002-05-11 01:54:17 +00:00

31 lines
606 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.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= expat
MAINTAINER= kuriyama@FreeBSD.org
CONFIGURE_ARGS= --enable-shared --enable-static
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
SHLIB_MAJOR= 2
MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" \
SHELL="/bin/sh"
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmlwf/xmlwf ${PREFIX}/bin
.include <bsd.port.mk>