mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
22 lines
442 B
Makefile
22 lines
442 B
Makefile
# New ports collection makefile for: qdbm-plus
|
|
# Date created: September 25th, 2006
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -plus
|
|
|
|
COMMENT= C++ API for QDBM
|
|
|
|
SLAVEPORT= plus
|
|
|
|
MASTERDIR= ${.CURDIR}/../../databases/qdbm
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/plus
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PATCHDIR= ${.CURDIR}/files
|
|
|
|
.include "${MASTERDIR}/Makefile"
|