18 lines
386 B
Makefile
18 lines
386 B
Makefile
|
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTREVISION= 0
|
||
|
CATEGORIES= databases lang
|
||
|
PKGNAMESUFFIX= -dblib
|
||
|
|
||
|
MAINTAINER= acm@FreeBSD.org
|
||
|
COMMENT= Free Pascal DB-Library and FreeTDS unit
|
||
|
|
||
|
USE_FPC= yes
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|