freebsd-ports/textproc/xmlpp/Makefile
Ying-Chieh Liao d3aef0dedc add xmlpp
XML Parser and Validator
2001-05-22 14:10:52 +00:00

21 lines
370 B
Makefile

# ex:ts=8
# New ports collection makefile for: xmlpp
# Date created: May 22, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xmlpp
PORTVERSION= 0.6
CATEGORIES= textproc
MASTER_SITES= http://www.vividos.de/projekte/xmlpp/files/
MAINTAINER= ports@FreeBSD.org
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/libxmlpp.a ${PREFIX}/lib
.include <bsd.port.mk>