summaryrefslogtreecommitdiff
path: root/textproc/xmlindent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xmlindent/Makefile')
-rw-r--r--textproc/xmlindent/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/xmlindent/Makefile b/textproc/xmlindent/Makefile
new file mode 100644
index 000000000000..22e92ce7f364
--- /dev/null
+++ b/textproc/xmlindent/Makefile
@@ -0,0 +1,23 @@
+# ex:ts=8
+# Ports collection makefile for: xmlindent
+# Date created: Apr 1, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmlindent
+PORTVERSION= 0.2.4
+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>