diff options
Diffstat (limited to 'www/chtml/Makefile')
-rw-r--r-- | www/chtml/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/chtml/Makefile b/www/chtml/Makefile new file mode 100644 index 0000000..4dadc99 --- /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> |