blob: 623ded12b8c8731222977b833472e3d49de81a75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
CATEGORIES= www lang
PKGNAMESUFFIX= -httpd22
COMMENT= Free Pascal headers for Apache 2.2 series web server
USES= fpc
USE_FPC= rtl-extra
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= APACHE22
APACHE22_DESC= Install apache22 server
APACHE22_USE= APACHE=22
.include "${MASTERDIR}/Makefile"
|