head	1.3;
access;
symbols
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2009.01.19.22.56.19;	author acm;	state dead;
branches;
next	1.2;

1.2
date	2008.06.24.15.18.14;	author acm;	state Exp;
branches;
next	1.1;

1.1
date	2007.09.18.06.31.39;	author acm;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Remove www/fpc-httpd port. It was splitted to fpc-httpd13, fpc-httpd20 and
  fpc-httpd22
@
text
@# New ports collection makefile for:	fpc-httpd
# Date created: 			2007-09-11
# Whom: 				Jose Alonso Cardenas Marquez <acm@@FreeBSD.org>
#
# $FreeBSD: ports/www/fpc-httpd/Makefile,v 1.2 2008/06/24 15:18:14 acm Exp $
#

PORTREVISION=	1
CATEGORIES=	www lang
PKGNAMESUFFIX=	-httpd

MAINTAINER=	acm@@FreeBSD.org
COMMENT=	Free Pascal httpd unit

USE_FPC=	yes

MASTERDIR=	${.CURDIR}/../../lang/fpc
WRKUNITDIR=	${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+=	${WRKUNITDIR}

OPTIONS=	APACHE13	"Install apache13 server "	off \
		APACHE20	"Install apache20 server"	off \
		APACHE22	"Install apache22 server"	off

.include "${MASTERDIR}/Makefile"
@


1.2
log
@- Use new freepascal stuff
- Bump PORTREVISION
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@- New port: www/fpc-httpd

Free Pascal httpd unit
@
text
@d8 1
a8 1
PORTREVISION=	0
d15 1
a15 1
BUILD_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc
@

