summaryrefslogtreecommitdiff
path: root/www/tidy-lib/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 07:56:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 07:56:47 +0000
commit3bd83d9bd74f8c0b896bd8979d0131f8ab68c753 (patch)
treed33598fffdd776d0d4a1c7ce6ffb73379e0d9cd2 /www/tidy-lib/Makefile
parentrelease maintainership (diff)
new port www/tidy-lib
slave port www/tidy-lib PR: ports/48549 Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes: svn path=/head/; revision=76381
Diffstat (limited to 'www/tidy-lib/Makefile')
-rw-r--r--www/tidy-lib/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/tidy-lib/Makefile b/www/tidy-lib/Makefile
new file mode 100644
index 000000000000..5400475bbae7
--- /dev/null
+++ b/www/tidy-lib/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: tidy-lib
+# Date created: 21 February 2003
+# Whom: Thierry Thomas <thierry@pompo.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tidy
+CATEGORIES= www
+PKGNAMESUFFIX= -lib
+
+MAINTAINER= thierry@pompo.net
+COMMENT= Utility to clean up and pretty print HTML/XHTML/XML (with shared lib)
+
+MASTERDIR= ${PORTSDIR}/www/tidy-devel
+
+WITH_SHLIB= yes
+
+.include "${MASTERDIR}/Makefile"