23 lines
610 B
Makefile
23 lines
610 B
Makefile
# New ports collection makefile for: fpc-utils
|
|
# Date created: 2006-07-12
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang
|
|
PKGNAMESUFFIX= -utils
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Pascal Compiler utils
|
|
|
|
USE_FPC= fcl-base fcl-passrc fcl-xml gdbint graph ibase libasync libcurl \
|
|
hash mysql netdb odbc oracle pasjpeg paszlib pthreads postgres \
|
|
regexpr sqlite
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR} ${FPCSRCDIR}/fcl/inc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|