freebsd-ports/devel/fpc-fcl-web/Makefile
Jose Alonso Cardenas Marquez 0fde88adba - Update to 2.6.0
2012-04-19 06:20:01 +00:00

23 lines
614 B
Makefile

# New ports collection makefile for: Free Pascal Compiler
# Date created: 2006-09-11
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 0
CATEGORIES= devel lang
PKGNAMESUFFIX= -fcl-web
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal Component Library
USE_FPC= fastcgi fcl-async fcl-base fcl-db fcl-json fcl-net fcl-process \
fcl-xml hash httpd22 ibase mysql odbc oracle paszlib postgres \
pthreads sqlite
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"