freebsd-ports/textproc/libxml++/Makefile
Baptiste Daroussin b84c92eea5 Eradicate USE_GNOME=pkgconfig from textproc
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
2013-08-30 23:52:24 +00:00

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>