freebsd-ports/mail/xf-spf/Makefile
Bryan Drewery 63f96859ce - Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES feature
bapt contributed to the qmail.mk as well
- Trim headers

USES= qmail:run will add qmail into RUN_DEPENDS
USES= qmail:build will add qmail into BUILD_DEPENDS
USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS
USES= qmail:vars will set QMAIL_PREFIX

With hat:	portmgr
2013-03-15 22:03:42 +00:00

33 lines
741 B
Makefile

# Created by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
# $FreeBSD$
PORTNAME= xf-spf
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/
MAINTAINER= lippe@FreeBSD.org
COMMENT= SPF checker for Qmail's SMTPEXTFORK patch
LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2
USES= qmail
USE_BZIP2= yes
SUB_FILES= pkg-message
SUB_LIST= QMAIL_PREFIX=${QMAIL_PREFIX}
PLIST_SUB= QMAIL_PREFIX=${QMAIL_PREFIX}
PORTDOCS= README TODO CHANGELOG COPYRIGHT
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>