1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/fpc-httpd20/Makefile
Jose Alonso Cardenas Marquez 3a14939100 - Use new freepascal stuff
- Bump PORTREVISION
2008-06-24 15:18:15 +00:00

26 lines
588 B
Makefile

# New ports collection makefile for: fpc-httpd
# Date created: 2007-09-11
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 1
CATEGORIES= www lang
PKGNAMESUFFIX= -httpd
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal httpd unit
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
OPTIONS= APACHE13 "Install apache13 server " off \
APACHE20 "Install apache20 server" off \
APACHE22 "Install apache22 server" off
.include "${MASTERDIR}/Makefile"