- Add LICENSE_FILE
- Switch to USES=autoreconf
This commit is contained in:
parent
24d8d96984
commit
ecee557c7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388341
1 changed files with 3 additions and 2 deletions
|
@ -13,13 +13,14 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Caching IMAP proxy server
|
||||
|
||||
LICENSE= GPLv2 # (or later)
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
OPTIONS_DEFINE= DOVECOT DOCS
|
||||
DOVECOT_DESC= Use with dovecot2
|
||||
|
||||
USES= tar:bzip2 pathfix
|
||||
USES= autoreconf tar:bzip2 pathfix
|
||||
USE_OPENSSL= yes
|
||||
USE_AUTOTOOLS= autoheader
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE}
|
||||
|
||||
USE_RC_SUBR= imapproxyd
|
||||
|
|
Loading…
Reference in a new issue