mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
cf118ccf87
Reported by: lwhsu
19 lines
388 B
Makefile
19 lines
388 B
Makefile
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"
|