aboutsummaryrefslogtreecommitdiff
path: root/www/chtml/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-12-19 02:33:50 +0000
committerWill Andrews <will@FreeBSD.org>2001-12-19 02:33:50 +0000
commit924893ccbadf4a339f7796a8615e9dc826fd7bd0 (patch)
tree63bcdb77b67ddc045ee10172ec8d226741cc3876 /www/chtml/Makefile
parent7765c3d3500ff8050f20d17e9bf6dbc16e426d99 (diff)
downloadports-924893ccbadf4a339f7796a8615e9dc826fd7bd0.tar.gz
ports-924893ccbadf4a339f7796a8615e9dc826fd7bd0.zip
Notes
Diffstat (limited to 'www/chtml/Makefile')
-rw-r--r--www/chtml/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/chtml/Makefile b/www/chtml/Makefile
new file mode 100644
index 000000000000..4dadc9909b40
--- /dev/null
+++ b/www/chtml/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: chtml
+# Date created: 1 Aug 2001
+# Whom: David Bushong <david+ports@bushong.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= chtml
+PORTVERSION= 0.0
+CATEGORIES= www devel lang
+MASTER_SITES= http://people.delphi.com/gjc/
+DISTNAME= chtml
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= david+ports@bushong.net
+
+BUILD_DEPENDS= ${LOCALBASE}/bin/csiod:${PORTSDIR}/lang/siod
+
+WRKSRC= ${WRKDIR}
+MAKEFILE= makefile
+
+.include <bsd.port.mk>