1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/mail/abook/Makefile
Patrick Li d068533ccf Update to 0.4.16
PR:		35930
Submitted by:	maintainer
2002-03-15 21:04:52 +00:00

37 lines
713 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.16
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= leeym@leeym.com
.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:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ INSTALL NEWS README \
THANKS TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>