freebsd-ports/databases/fpc-gdbm/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
518 B
Makefile

# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
CATEGORIES= databases lang
PKGNAMESUFFIX= -gdbm
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to the GNU database system
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= GDBM
GDBM_DESC= Install the GNU database manager
OPTIONS_DEFAULT= GDBM
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
.include "${MASTERDIR}/Makefile"