blob: b2cd490cae7d2291e00f43dc6eed10de4cf86122 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
NO_STAGE= yes
.include <bsd.port.mk>
|