mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
688 B
Makefile
27 lines
688 B
Makefile
# New ports collection makefile for: expat
|
|
# Version required: 1.1
|
|
# Date created: Thu Aug 26 14:38:07 CEST 1999
|
|
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= expat
|
|
PKGNAME= expat-1.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.jclark.com/pub/xml/ \
|
|
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
|
|
|
MAINTAINER= dirk@FreeBSD.org
|
|
|
|
USE_ZIP= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xmlwf/xmlwf ${PREFIX}/bin
|
|
${MKDIR} ${PREFIX}/include/xml
|
|
${INSTALL_DATA} ${WRKSRC}/xmlparse/xmlparse.h ${PREFIX}/include/xml
|
|
${INSTALL_DATA} ${WRKSRC}/xmltok/xmltok.h ${PREFIX}/include/xml
|
|
${INSTALL_DATA} ${WRKSRC}/libexpat.a ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|