freebsd-ports/www/fpc-httpd24/Makefile
Jose Alonso Cardenas Marquez 4b5930e48a - Add new fpc bootstrap (i386 and x86_64). It could need less COMPATX
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
2019-08-15 16:11:27 +00:00

21 lines
401 B
Makefile

# $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"