2001-02-15 18:14:08 +01: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
|
2006-08-10 03:30:07 +02:00
|
|
|
PORTVERSION= 0.5.6
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 4
|
2001-02-15 18:14:08 +01:00
|
|
|
CATEGORIES= mail
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF
|
2001-02-15 18:14:08 +01:00
|
|
|
|
2011-10-24 05:33:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An addressbook program with mutt mail client support
|
2001-02-15 18:14:08 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-09-02 16:28:54 +02:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
2006-08-10 03:30:07 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2001-02-15 18:14:08 +01:00
|
|
|
|
2005-12-13 23:28:19 +01:00
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
|
|
|
|
2001-02-15 18:14:08 +01:00
|
|
|
MAN1= abook.1
|
2001-04-10 10:41:59 +02:00
|
|
|
MAN5= abookrc.5
|
2006-08-06 07:48:59 +02:00
|
|
|
PORTDOCS= ANNOUNCE AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README \
|
|
|
|
THANKS TODO
|
2005-12-13 23:28:19 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2009-05-12 13:28:17 +02:00
|
|
|
.if exists(${LOCALBASE}/lib/libreadline.so.6)
|
|
|
|
LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
|
2005-12-13 23:28:19 +01:00
|
|
|
.endif
|
2001-02-15 18:14:08 +01:00
|
|
|
|
2001-09-30 03:55:00 +02:00
|
|
|
post-install:
|
2001-11-06 17:41:01 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2005-12-13 23:28:19 +01:00
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
2001-11-06 17:41:01 +01:00
|
|
|
.endif
|
2001-09-30 03:55:00 +02:00
|
|
|
|
2005-09-02 16:28:54 +02:00
|
|
|
.include <bsd.port.post.mk>
|