freebsd-ports/textproc/xmlindent/Makefile
Daichi GOTO 83e8c8982f update textproc/xmlindent: 0.2.4 --> 0.2.5
PR:		52985
Submitted by:	Nicola Vitale <nivit@libero.it>
2003-07-01 07:45:39 +00:00

23 lines
478 B
Makefile

# ex:ts=8
# Ports collection makefile for: xmlindent
# Date created: Apr 1, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xmlindent
PORTVERSION= 0.2.5
CATEGORIES= textproc
MASTER_SITES= http://www.cs.helsinki.fi/u/penberg/xmlindent/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= A XML stream reformatter
MAN1= xmlindent.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmlindent ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xmlindent.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>