aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/expat2/Makefile
blob: 5b28f43d72b99ade1422faa215f84f609ece43f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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.1
CATEGORIES= textproc
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= expat

MAINTAINER= kuriyama@FreeBSD.org

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --enable-shared --enable-static
USE_LIBTOOL=    yes
USE_GMAKE=  yes

INSTALLS_SHLIBS=    yes

SHLIB_MAJOR=    0

PLIST_SUB=  SHLIB_MAJOR="${SHLIB_MAJOR}"

post-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/xmlwf/xmlwf ${PREFIX}/bin

.include <bsd.port.mk>