mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
4b5930e48a
dependencies in kernel - Add patch file to solve some linking problem - Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by default). fpc is not working with lld. We will use binutils-ports when ld.bfd is moved from base if lld not working on future version of fpc - Bump PORTREVISION
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# $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"
|