2001-02-15 17:14:08 +00:00
|
|
|
# New ports collection makefile for: abook
|
|
|
|
# Date created: June 6th 2000
|
|
|
|
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= abook
|
2004-11-24 00:47:04 +00:00
|
|
|
PORTVERSION= 0.5.3
|
2001-02-15 17:14:08 +00:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-11-24 00:47:04 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= An addressbook program with mutt mail client support
|
2001-02-15 17:14:08 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= abook.1
|
2001-04-10 08:41:59 +00:00
|
|
|
MAN5= abookrc.5
|
2004-02-07 15:54:47 +00:00
|
|
|
PORTDOCS= ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ INSTALL NEWS README THANKS TODO
|
|
|
|
PLIST_FILES= bin/abook
|
2001-02-15 17:14:08 +00:00
|
|
|
|
2001-09-30 01:55:00 +00:00
|
|
|
post-install:
|
2001-11-06 16:41:01 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-02-07 15:54:47 +00:00
|
|
|
.for f in ${PORTDOCS}
|
2003-08-21 06:29:18 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
2001-09-30 01:55:00 +00:00
|
|
|
.endfor
|
2001-11-06 16:41:01 +00:00
|
|
|
.endif
|
2001-09-30 01:55:00 +00:00
|
|
|
|
2003-08-21 06:29:18 +00:00
|
|
|
.include <bsd.port.mk>
|