mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries - Clarify LICENSE - Fix GNU_CONFIGURE misuse
This commit is contained in:
parent
f163e0e423
commit
8c57ad0c42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364794
@ -10,19 +10,17 @@ MASTER_SITES= SF/${PORTNAME}/ENMA/${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Sender authentication milter supporting SPF and Sender ID
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
OPTIONS_DEFINE= LIBBIND
|
||||
LIBBIND_DESC= Link against dns/libbind instead of dns/ldns
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--mandir=${PREFIX}/man \
|
||||
--with-ssl-incdir=${OPENSSLINC} \
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ssl-incdir=${OPENSSLINC} \
|
||||
--with-ssl-libdir=${OPENSSLLIB}
|
||||
|
||||
USES= gmake perl5
|
||||
USES= gmake libtool perl5
|
||||
USE_RC_SUBR= milter-enma
|
||||
USE_LDCONFIG= yes
|
||||
USE_OPENSSL= yes
|
||||
@ -68,5 +66,8 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
. endfor
|
||||
.endif
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sidfquery \
|
||||
${STAGEDIR}${PREFIX}/lib/libsauth.so \
|
||||
${STAGEDIR}${PREFIX}/libexec/enma
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
bin/sidfquery
|
||||
etc/enma.conf.sample
|
||||
lib/libsauth.a
|
||||
lib/libsauth.la
|
||||
lib/libsauth.so
|
||||
lib/libsauth.so.0
|
||||
lib/libsauth.so.0.0.0
|
||||
libexec/enma
|
||||
man/ja_JP.UTF-8/man1/enma.1.gz
|
||||
man/man1/enma.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user