diff options
Diffstat (limited to 'mail/abook/Makefile')
-rw-r--r-- | mail/abook/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/mail/abook/Makefile b/mail/abook/Makefile index 511e8ac88bd..366ec0ba3a1 100644 --- a/mail/abook/Makefile +++ b/mail/abook/Makefile @@ -2,22 +2,18 @@ # $FreeBSD$ PORTNAME= abook -PORTVERSION= 0.5.6 -PORTREVISION= 4 +PORTVERSION= 0.6.1 CATEGORIES= mail -MASTER_SITES= SF +MASTER_SITES= http://abook.sourceforge.net/devel/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bapt@FreeBSD.org COMMENT= Addressbook program with mutt mail client support LICENSE= GPLv2 -USES= ncurses readline +USES= ncurses readline autoreconf localbase GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PORTDOCS= ANNOUNCE AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README \ THANKS TODO |