mail/mutt_vc_query: Move man pages to share/man

While here, add license

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-10 09:08:03 +00:00
parent f61962ed62
commit 54db9f73a4
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= mutt_vc_query
PORTVERSION= 002
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF/rolo/${PORTNAME}/${PORTVERSION}
@ -7,16 +8,20 @@ MAINTAINER= jgh@FreeBSD.org
COMMENT= vCard query utility for mutt
WWW= http://rolo.sf.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= libvc>=003:devel/libvc
USES= tar:bzip2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CFLAGS+= -I${PREFIX}/include \
-L${PREFIX}/lib
PORTDOCS= *
PLIST_FILES= bin/mutt_vc_query man/man1/mutt_vc_query.1.gz
PLIST_FILES= bin/mutt_vc_query share/man/man1/mutt_vc_query.1.gz
OPTIONS_DEFINE= DOCS