freebsd-ports/mail/abook/Makefile
Clive Lin c9e1be5f19 Add missing manpage.
PR: ports/26463
Submitted by: MAINTAINER
2001-04-10 08:41:59 +00:00

27 lines
506 B
Makefile

# New ports collection makefile for: abook
# Date created: June 6th 2000
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= abook
PORTVERSION= 0.4.12
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= leeym@cae.ce.ntu.edu.tw
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400000
LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
GNU_CONFIGURE= yes
MAN1= abook.1
MAN5= abookrc.5
.include <bsd.port.post.mk>