8f5aa475af
accordingly. PR: 25163 Submitted by: Andre Goeree <abgoeree@uwnet.nl>
30 lines
681 B
Makefile
30 lines
681 B
Makefile
# New ports collection makefile for: lbdb
|
|
# Date created: 2 February 2000
|
|
# Whom: mwest@uct.ac.za
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lbdb
|
|
PORTVERSION= 0.24
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.spinnaker.de/debian/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= mwest@uct.ac.za
|
|
|
|
BUILD_DEPENDS= abook:${PORTSDIR}/mail/abook \
|
|
gpg:${PORTSDIR}/security/gnupg
|
|
RUN_DEPENDS= abook:${PORTSDIR}/mail/abook \
|
|
gpg:${PORTSDIR}/security/gnupg
|
|
|
|
WRKSRC= ${WRKDIR}/lbdb-${PORTVERSION}
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --libdir=${PREFIX}/libexec --enable-lbdb-dotlock
|
|
USE_GMAKE= YES
|
|
|
|
MAN1= nodelist2lbdb.1 lbdbq.1 lbdb-fetchaddr.1 lbdb_dotlock.1
|
|
|
|
.include <bsd.port.mk>
|