1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/www/fxhtml/Makefile

22 lines
524 B
Makefile
Raw Normal View History

2000-02-05 10:22:14 +00:00
# New ports collection makefile for: fxhtml
# Date created: 21 August 1994
# Whom: Trefor S. <trefor@flevel.co.uk>
#
1999-08-31 02:43:35 +00:00
# $FreeBSD$
#
2000-02-05 10:22:14 +00:00
PORTNAME= fxhtml
2001-02-05 15:33:58 +00:00
PORTVERSION= 1.6.7
2000-02-05 10:22:14 +00:00
CATEGORIES= www
# mastersite is long gone as of October 2003
MASTER_SITES= # ftp://ftp.flevel.co.uk/pub/fxhtml/
DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}
2000-02-05 10:22:14 +00:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:21:36 +00:00
COMMENT= Server side extension to HTML eliminating the need for CGI scripts
2000-02-05 10:22:14 +00:00
1998-11-28 07:00:44 +00:00
pre-install:
${MKDIR} ${PREFIX}/www/cgi-bin ${PREFIX}/www/data
.include <bsd.port.mk>