mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
19 lines
371 B
Makefile
19 lines
371 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|