diff options
author | asami <asami@FreeBSD.org> | 1997-06-04 07:04:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-04 07:04:27 +0000 |
commit | bc28fbe34ed6fffba1bda72018fa4cfd2ec317a4 (patch) | |
tree | 7f78264e2357d4dcce91397eb92fa771c333c4d8 /www/fxhtml/Makefile | |
parent | fedbc90a32659b2f5dd8dcbab63c01d20100a0d1 (diff) | |
download | FreeBSD-ports-bc28fbe34ed6fffba1bda72018fa4cfd2ec317a4.zip FreeBSD-ports-bc28fbe34ed6fffba1bda72018fa4cfd2ec317a4.tar.gz |
Server-side extension to HTML.
PR: 3702
Submitted by: Trefor S. <trefor@flevel.co.uk>
Diffstat (limited to 'www/fxhtml/Makefile')
-rw-r--r-- | www/fxhtml/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/fxhtml/Makefile b/www/fxhtml/Makefile new file mode 100644 index 0000000..1e5490f --- /dev/null +++ b/www/fxhtml/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: fxhtml +# Version required: 1.6.7 +# Date created: 21 August 1994 +# Whom: Trefor S. <trefor@flevel.co.uk> +# +# $Id$ +# + +DISTNAME= fxhtml-freebsd-1.6.7 +PKGNAME= fxhtml-1.6.7 +CATEGORIES= www +MASTER_SITES= ftp://ftp.flevel.co.uk/pub/fxhtml/ + +MAINTAINER= fxhtml@flevel.co.uk + +.include <bsd.port.mk> |