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
|
||||
PORTVERSION= 0.5.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITES= https://codeberg.org/a-j-wood/${PORTNAME}/releases/download/v${PORTVERSION}/ \
|
||||
SF
|
||||
|
||||
MAINTAINER= romain@FreeBSD.org
|
||||
COMMENT= Junk Mail Buffering Agent
|
||||
WWW= https://www.ivarch.com/programs/jmba.shtml
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_func_gettext=no ac_cv_lib_intl_main=no
|
||||
LICENSE= ART10
|
||||
LICENSE_FILE= ${WRKSRC}/doc/COPYING
|
||||
|
||||
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 \
|
||||
man/man1/jmba.1.gz
|
||||
share/man/man1/jmba.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue