2013-03-15 23:03:42 +01:00
|
|
|
# Created by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
|
2007-10-21 20:35:12 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xf-spf
|
|
|
|
PORTVERSION= 0.2
|
2008-10-29 13:50:04 +01:00
|
|
|
PORTREVISION= 1
|
2007-10-21 20:35:12 +02:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/
|
|
|
|
|
2008-03-10 01:52:12 +01:00
|
|
|
MAINTAINER= lippe@FreeBSD.org
|
2007-10-21 20:35:12 +02:00
|
|
|
COMMENT= SPF checker for Qmail's SMTPEXTFORK patch
|
|
|
|
|
2008-10-29 13:50:04 +01:00
|
|
|
LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2
|
2007-10-21 20:35:12 +02:00
|
|
|
|
2013-03-15 23:03:42 +01:00
|
|
|
USES= qmail
|
2007-10-21 20:35:12 +02:00
|
|
|
USE_BZIP2= yes
|
2013-05-27 18:06:02 +02:00
|
|
|
USE_GCC= any
|
2013-07-10 15:12:03 +02:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2007-10-21 20:35:12 +02:00
|
|
|
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
SUB_LIST= QMAIL_PREFIX=${QMAIL_PREFIX}
|
|
|
|
PLIST_SUB= QMAIL_PREFIX=${QMAIL_PREFIX}
|
|
|
|
|
|
|
|
PORTDOCS= README TODO CHANGELOG COPYRIGHT
|
|
|
|
|
2013-09-20 21:59:12 +02:00
|
|
|
NO_STAGE= yes
|
2013-05-27 18:06:02 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2007-10-21 20:35:12 +02:00
|
|
|
|
|
|
|
post-install:
|
2013-05-27 18:06:02 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2007-10-21 20:35:12 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
|
|
|
|
.endif
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2013-05-27 18:06:02 +02:00
|
|
|
.include <bsd.port.mk>
|