2006-06-21 17:47:50 +02:00
|
|
|
# New ports collection makefile for: Free Pascal Compiler
|
2007-09-18 08:06:00 +02:00
|
|
|
# Date created: 2006-09-11
|
|
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
2006-06-21 17:47:50 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2009-01-14 07:13:57 +01:00
|
|
|
PORTREVISION= 0
|
2006-06-21 17:47:50 +02:00
|
|
|
CATEGORIES= devel lang
|
2007-09-18 08:06:00 +02:00
|
|
|
PKGNAMESUFFIX= -fcl-web
|
2006-06-21 17:47:50 +02:00
|
|
|
|
2006-07-24 13:21:27 +02:00
|
|
|
MAINTAINER= acm@FreeBSD.org
|
2006-06-21 17:47:50 +02:00
|
|
|
COMMENT= Free Pascal Component Library
|
|
|
|
|
2011-06-28 11:02:51 +02:00
|
|
|
USE_FPC= fastcgi fcl-async fcl-base fcl-db fcl-json fcl-net fcl-process \
|
2012-04-19 08:20:01 +02:00
|
|
|
fcl-xml hash httpd22 ibase mysql odbc oracle paszlib postgres \
|
|
|
|
pthreads sqlite
|
2006-06-21 17:47:50 +02:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
2007-09-18 08:06:00 +02:00
|
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
2006-09-25 23:05:50 +02:00
|
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
2006-07-24 13:21:27 +02:00
|
|
|
|
2006-06-21 17:47:50 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|