blob: 8ffcf693003c82d04e723c38e782bad37858907d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
CATEGORIES= www lang
PKGNAMESUFFIX= -httpd24
COMMENT= Free Pascal headers for Apache 2.4 series web server
USES= fpc
USE_FPC= rtl-extra
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= APACHE24
APACHE24_DESC= Install apache24 server
APACHE24_USE= APACHE=24
.include "${MASTERDIR}/Makefile"
|