head	1.6;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	old_RELEASE_7_1_0:1.2
	old_RELEASE_6_4_0:1.2
	old_RELEASE_5_EOL:1.1
	old_RELEASE_7_0_0:1.1
	old_RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2013.03.23.07.14.48;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2013.03.14.13.09.44;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.02.33;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2009.01.19.22.40.59;	author acm;	state Exp;
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.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314989
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Alonso Cardenas Marquez <acm@@FreeBSD.org>
# $FreeBSD: head/www/fpc-httpd22/Makefile 314989 2013-03-23 05:25:05Z acm $

PORTREVISION=	0
CATEGORIES=	www lang
PKGNAMESUFFIX=	-httpd22

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

USE_FPC=	yes

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

OPTIONS_DEFINE=	APACHE22
APACHE22_DESC=	Install apache22 server

.include "${MASTERDIR}/Makefile"
@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314133
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 2
a2 2
# Created by: Jose Alonso Cardenas Marquez <acm@@FreeBSD.org>
# $FreeBSD: head/www/fpc-httpd22/Makefile 314133 2013-03-14 06:32:04Z jgh $
@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	fpc-httpd22
# Date created: 			2009-01-06
# Whom: 				Jose Alonso Cardenas Marquez <acm@@FreeBSD.org>
#
# $FreeBSD: head/www/fpc-httpd22/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d17 2
a18 1
OPTIONS=	APACHE22	"Install apache22 server"	off
@


1.3
log
@- The www/fpc-httpd port was splitted in three new ports:

www/fpc-httpd13
www/fpc-httpd20
www/fpc-httpd22
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Use new freepascal stuff
- Bump PORTREVISION
@
text
@d1 2
a2 2
# New ports collection makefile for:	fpc-httpd
# Date created: 			2007-09-11
d8 1
a8 1
PORTREVISION=	1
d10 1
a10 1
PKGNAMESUFFIX=	-httpd
d18 1
a18 1
WRKUNITDIR=	${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//}
d21 1
a21 3
OPTIONS=	APACHE13	"Install apache13 server "	off \
		APACHE20	"Install apache20 server"	off \
		APACHE22	"Install apache22 server"	off
@


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
@

