aboutsummaryrefslogtreecommitdiffstats
path: root/www/fpc-httpd22/Makefile
blob: 202334ec615cb084e21606358e7234cfbc4cc275 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    fpc-httpd22
# Date created:             2009-01-06
# Whom:                 Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#

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=    APACHE22    "Install apache22 server"   off

.include "${MASTERDIR}/Makefile"