forked from Lainports/freebsd-ports
While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Convert USE_GNOME=gnomehack to USES=pathfix
19 lines
344 B
Makefile
19 lines
344 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libxml++
|
|
PORTVERSION= 1.0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= bland@FreeBSD.org
|
|
COMMENT= XML API for C++
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USES= pathfix pkgconfig
|
|
USE_GNOME= libxml2
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|