Index: head/mail/enma/Makefile =================================================================== --- head/mail/enma/Makefile (revision 361255) +++ head/mail/enma/Makefile (revision 361256) @@ -1,73 +1,70 @@ # Created by: Hirohisa Yamaguchi # $FreeBSD$ PORTNAME= enma PORTVERSION= 1.2.0 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/ENMA/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Sender authentication milter supporting SPF and Sender ID LICENSE= BSD 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} --with-ssl-libdir=${OPENSSLLIB} +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --mandir=${PREFIX}/man \ + --with-ssl-incdir=${OPENSSLINC} \ + --with-ssl-libdir=${OPENSSLLIB} USES= gmake perl5 USE_RC_SUBR= milter-enma USE_LDCONFIG= yes USE_OPENSSL= yes USE_PERL5= build +LDFLAGS+= -lssl MANLANG= "" ja_JP.UTF-8 -MAN1= enma.1 -MANCOMPRESSED= no -PLIST_FILES= bin/sidfquery etc/enma.conf.sample lib/libsauth.a lib/libsauth.la \ - lib/libsauth.so lib/libsauth.so.0 libexec/enma PORTDOCS= ChangeLog INSTALL LICENSE README SUB_FILES= milter-enma .if defined(WITH_POSTFIX_MILTER) || defined(WITH_POSTFIX) || defined(WITH_POSTFIX_CURRENT) CONF_SUB= ${REINPLACE_CMD} -e '/milter\.postfix/s/false/true/' ${WRKSRC}/enma/etc/enma.conf.sample . if defined(WITH_POSTFIX_CURRENT) RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix-current . else RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix . endif .endif -NO_STAGE= yes -.include +.include .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" .if ${PORT_OPTIONS:MLIBBIND} CONFIGURE_ARGS+= --with-resolver=libbind \ --with-libbind-incdir=${LOCALBASE}/include/bind \ --with-libbind-libdir=${LOCALBASE}/lib BUILD_DEPENDS+= ${LOCALBASE}/lib/libbind.a:${PORTSDIR}/dns/libbind .else CONFIGURE_ARGS+= --with-resolver=ldns -LIB_DEPENDS+= ldns:${PORTSDIR}/dns/ldns +LIB_DEPENDS+= libldns.so:${PORTSDIR}/dns/ldns .endif pre-configure: $$(${CONF_SUB}) post-install: - ${INSTALL_DATA} ${WRKSRC}/enma/etc/enma.conf.sample ${PREFIX}/etc + ${INSTALL_DATA} ${WRKSRC}/enma/etc/enma.conf.sample \ + ${STAGEDIR}${PREFIX}/etc .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor + ${MKDIR} ${STAGEDIR}${DOCSDIR} +. for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} +. endfor .endif - @${ECHO_CMD} "@unexec ${RMDIR} %D/man/ja_JP.UTF-8/man1 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec ${RMDIR} %D/man/ja_JP.UTF-8 2>/dev/null || true" >> ${TMPPLIST} -.include +.include Index: head/mail/enma/pkg-plist =================================================================== --- head/mail/enma/pkg-plist (nonexistent) +++ head/mail/enma/pkg-plist (revision 361256) @@ -0,0 +1,11 @@ +bin/sidfquery +etc/enma.conf.sample +lib/libsauth.a +lib/libsauth.la +lib/libsauth.so +lib/libsauth.so.0 +libexec/enma +man/ja_JP.UTF-8/man1/enma.1.gz +man/man1/enma.1.gz +@dirrmtry man/ja_JP.UTF-8/man1 +@dirrmtry man/ja_JP.UTF-8 Property changes on: head/mail/enma/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property