aboutsummaryrefslogtreecommitdiff
path: root/textproc/xml2/Makefile
blob: 64d81c68f8d7de1ce7c449df379b49127e9ac56a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Paul Chvostek <paul@it.ca>
# $FreeBSD$

PORTNAME=	xml2
PORTVERSION=	0.5
CATEGORIES=	textproc
MASTER_SITES=	http://download.ofb.net/gale/ \
		http://www.it.ca/~paul/src/

MAINTAINER=	paul+ports@it.ca
COMMENT=	Convert between XML and a line-oriented format similar to XPath

LICENSE=	GPLv2

GNU_CONFIGURE=	yes
USES=		pkgconfig
USE_GNOME=	libxml2

PLIST_FILES=	bin/xml2 \
		bin/2xml \
		bin/csv2 \
		bin/2csv \
		bin/html2 \
		bin/2html

NO_STAGE=	yes
.include <bsd.port.mk>