mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![John Marino](/assets/img/avatar_default.png)
The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363
23 lines
462 B
Makefile
23 lines
462 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= www lang
|
|
PKGNAMESUFFIX= -httpd24
|
|
|
|
MAINTAINER= freebsd-fpc@FreeBSD.org
|
|
COMMENT= Free Pascal httpd unit
|
|
|
|
USE_FPC= yes
|
|
|
|
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"
|