mail/jmba: Move man pages to share/man

While here,

- Add codeberg master site
- Add license

Approved by portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-10 07:42:10 +00:00
parent e1b3c91fb1
commit c6884539a6

View file

@ -1,17 +1,23 @@
PORTNAME= jmba PORTNAME= jmba
PORTVERSION= 0.5.5 PORTVERSION= 0.5.5
PORTREVISION= 1
CATEGORIES= mail CATEGORIES= mail
MASTER_SITES= SF MASTER_SITES= https://codeberg.org/a-j-wood/${PORTNAME}/releases/download/v${PORTVERSION}/ \
SF
MAINTAINER= romain@FreeBSD.org MAINTAINER= romain@FreeBSD.org
COMMENT= Junk Mail Buffering Agent COMMENT= Junk Mail Buffering Agent
WWW= https://www.ivarch.com/programs/jmba.shtml WWW= https://www.ivarch.com/programs/jmba.shtml
GNU_CONFIGURE= yes LICENSE= ART10
CONFIGURE_ENV= ac_cv_func_gettext=no ac_cv_lib_intl_main=no LICENSE_FILE= ${WRKSRC}/doc/COPYING
USES= gmake tar:bzip2 USES= gmake tar:bzip2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ENV= ac_cv_func_gettext=no ac_cv_lib_intl_main=no
PLIST_FILES= bin/jmba \ PLIST_FILES= bin/jmba \
man/man1/jmba.1.gz share/man/man1/jmba.1.gz
.include <bsd.port.mk> .include <bsd.port.mk>