aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xml-format/Makefile
blob: 11a7f1d31ab87b2d9007bbb65ea03c094931d1ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Jason Bacon <jwbacon@tds.net>
# $FreeBSD$

PORTNAME=   xml-format
PORTVERSION=    0.1.1
CATEGORIES= textproc
MASTER_SITES=   http://acadix.biz/Ports/distfiles/ \
        http://personalpages.tds.net/~jwbacon/Ports/distfiles/

MAINTAINER= jwbacon@tds.net
COMMENT=    XML beautifier

LICENSE=    BSD

MAN1=       xml-format.1

MAKE_ENV+=  DATADIR=${DATADIR}

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