mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
975b04f044
In 0.5.1 there is a bug in mutt import filter which causes crashes. - Add files/patch-aa - Bump PORTREVISION PR: 63610 Submitted by: Toni Viemero <toni.viemero@iki.fi>
34 lines
712 B
Makefile
34 lines
712 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.1
|
|
PORTREVISION= 1
|
|
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
|
|
PORTDOCS= ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ INSTALL NEWS README THANKS TODO
|
|
PLIST_FILES= bin/abook
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for f in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|