mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
e1b3c91fb1
commit
c6884539a6
1 changed files with 10 additions and 4 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue