2013-01-08 23:41:39 +01:00
|
|
|
# Created by: Oliver Braun
|
2003-05-14 12:01:45 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mutt_vc_query
|
2003-05-19 17:06:48 +02:00
|
|
|
PORTVERSION= 002
|
2003-05-14 12:01:45 +02:00
|
|
|
CATEGORIES= mail
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF/rolo/${PORTNAME}/${PORTVERSION}
|
2003-05-14 12:01:45 +02:00
|
|
|
|
2013-01-08 23:41:39 +01:00
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
|
|
|
COMMENT= vCard query utility for mutt
|
2003-05-14 12:01:45 +02:00
|
|
|
|
2013-01-08 23:41:39 +01:00
|
|
|
RUN_DEPENDS= libvc>=003:${PORTSDIR}/devel/libvc
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2003-05-14 12:01:45 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CFLAGS+= -I${PREFIX}/include \
|
|
|
|
-L${PREFIX}/lib
|
|
|
|
|
2013-01-08 23:41:39 +01:00
|
|
|
PORTDOCS= *
|
2013-10-19 08:40:36 +02:00
|
|
|
PLIST_FILES= bin/mutt_vc_query man/man1/mutt_vc_query.1.gz
|
2003-05-14 12:01:45 +02:00
|
|
|
|
2013-01-08 23:41:39 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2003-05-19 17:06:48 +02:00
|
|
|
post-install:
|
2013-10-19 08:40:36 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2003-05-19 17:06:48 +02:00
|
|
|
.for DOC in AUTHORS ChangeLog NEWS README THANKS
|
2013-10-19 08:40:36 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR}
|
2003-05-19 17:06:48 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2003-05-14 12:01:45 +02:00
|
|
|
.include <bsd.port.mk>
|