freebsd-ports/textproc/xmlindent/Makefile
Edwin Groothuis c059a17981 [Maintainer-Update] textproc/xmlindent to 0.2.17
- Update to 0.2.17
	- Use Makefile to build it
	- Change Master Site and Homepage to Sourceforge

PR:		ports/74339
Submitted by:	David Le Brun <david@dyn-ns.net>
2004-11-27 05:56:44 +00:00

27 lines
567 B
Makefile

# ex:ts=8
# Ports collection makefile for: xmlindent
# Date created: Apr 1, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xmlindent
PORTVERSION= 0.2.17
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= david@dyn-ns.net
COMMENT= XML stream reformatter
USE_REINPLACE= yes
MAN1= xmlindent.1
MANCOMPRESSED= no
PLIST_FILES= bin/xmlindent
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local/|${PREFIX}|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|/share/man/|/man/|' ${WRKSRC}/Makefile
.include <bsd.port.mk>