1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/mail/abook/Makefile
OKAZAKI Tetsurou 87ccb28139 Update to 0.4.14.
PR:		30919
Submitted by:	Michael Lyngb?l <michael@lyngbol.dk>
2001-09-30 01:55:00 +00:00

34 lines
620 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.14
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
post-install:
${MKDIR} ${DOCSDIR}
.for file in FAQ README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.include <bsd.port.post.mk>