freebsd-ports/mail/abook/Makefile
Yen-Ming Lee 419c6e665a update from 0.4.7 to 0.5.0
I forgot to update PORTVERSION and distinfo in my previous commit.

Noticed by:	obraun
2003-08-21 15:36:32 +00:00

31 lines
666 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.5.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= leeym@FreeBSD.org
COMMENT= An addressbook program with mutt mail client support
GNU_CONFIGURE= yes
MAN1= abook.1
MAN5= abookrc.5
DOCS= ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ INSTALL NEWS README THANKS TODO
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>