freebsd-ports/devel/fpc-fcl-db/Makefile
Jose Alonso Cardenas Marquez 7bc3f2a974 - Add missing dependency
PR:		134331
Submitted by:	Boris Samorodov <bsam at _freebsd.org>
2009-05-07 21:56:10 +00:00

22 lines
563 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-db
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal Component Library
USE_FPC= fcl-async fcl-base fcl-xml hash ibase mysql odbc oracle paszlib postgres \
pthreads pxlib sqlite
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"