5ab881a5d9
- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
22 lines
457 B
Makefile
22 lines
457 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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"
|