Skip to content

Commit

Permalink
mail/jmba: Move man pages to share/man
Browse files Browse the repository at this point in the history
While here,

- Add codeberg master site
- Add license

Approved by portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 10, 2024
1 parent e1b3c91 commit c688453
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions mail/jmba/Makefile
@@ -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

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
USES= gmake tar:bzip2

PLIST_FILES= bin/jmba \
man/man1/jmba.1.gz
share/man/man1/jmba.1.gz

.include <bsd.port.mk>

0 comments on commit c688453

Please sign in to comment.