mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
e856314184
Reported by: pointyhat via kris
21 lines
415 B
Makefile
21 lines
415 B
Makefile
# New ports collection makefile for: qdbm-plus
|
|
# Date created: September 25th, 2006
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|