4a0536d58e
- tighten COMMENT - depend on package name for libvc - use PORTDOCS and PLIST_FILES in favor of plist - adopt optionsNG for DOCS and show installation of files - take maintainership
34 lines
673 B
Makefile
34 lines
673 B
Makefile
# Created by: Oliver Braun
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mutt_vc_query
|
|
PORTVERSION= 002
|
|
CATEGORIES= mail
|
|
MASTER_SITES= SF/rolo/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
|
COMMENT= vCard query utility for mutt
|
|
|
|
RUN_DEPENDS= libvc>=003:${PORTSDIR}/devel/libvc
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= -I${PREFIX}/include \
|
|
-L${PREFIX}/lib
|
|
|
|
MAN1= mutt_vc_query.1
|
|
PORTDOCS= *
|
|
PLIST_FILES= bin/mutt_vc_query
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for DOC in AUTHORS ChangeLog NEWS README THANKS
|
|
${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|