forked from Lainports/freebsd-ports
This update unbreaks build due to fetch, as upstream is unable to locate previous distribution files. A new version is on the way, however this is effectively a re-roll of a newly packaged version of 0.1 code base. Submitted by: jwbacon@tds.net (maintainer)
19 lines
369 B
Makefile
19 lines
369 B
Makefile
# 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}
|
|
|
|
.include <bsd.port.mk>
|