blob: 18eec6f1cbb9c84eb301fa783f0dbf0933e2f86f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: fxhtml
# Date created: 21 August 1994
# Whom: Trefor S. <trefor@flevel.co.uk>
#
# $FreeBSD$
#
PORTNAME= fxhtml
PORTVERSION= 1.6.7
CATEGORIES= www
# mastersite is long gone as of October 2003
MASTER_SITES= # ftp://ftp.flevel.co.uk/pub/fxhtml/
DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Server side extension to HTML eliminating the need for CGI scripts
pre-install:
${MKDIR} ${PREFIX}/www/cgi-bin ${PREFIX}/www/data
.include <bsd.port.mk>
|