freebsd-ports/mail/lbdb/Makefile
Steve Price 8f5aa475af Add {BUILD,RUN}_DEPENDS on the abook and gnupg ports and update pkg-plist
accordingly.

PR:		25163
Submitted by:	Andre Goeree <abgoeree@uwnet.nl>
2001-02-26 04:54:23 +00:00

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>