diff options
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 000000000000..1e5490f946ab --- /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> |