summaryrefslogtreecommitdiff
path: root/mail/postfix-policyd-spf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix-policyd-spf/Makefile')
-rw-r--r--mail/postfix-policyd-spf/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/mail/postfix-policyd-spf/Makefile b/mail/postfix-policyd-spf/Makefile
deleted file mode 100644
index 60d9fbeead20..000000000000
--- a/mail/postfix-policyd-spf/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: policyd
-# Date created: 19 Dec 2004
-# Whom: Marcus Grando <marcus@corp.grupos.com.br>
-#
-# $FreeBSD$
-#
-
-PORTNAME= policyd
-PORTVERSION= 1.0.1
-PORTREVISION= 1
-CATEGORIES= mail
-MASTER_SITES= http://www.libspf2.org/patch/
-
-MAINTAINER= marcus@corp.grupos.com.br
-COMMENT= Implements SPF for postfix, as a policy daemon
-
-LIB_DEPENDS= spf2.1:${PORTSDIR}/mail/libspf2
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
-CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include"
-CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
-GNU_CONFIGURE= yes
-USE_GETOPT_LONG= yes
-
-PLIST_FILES= sbin/policyd
-
-.if !defined(NOPORTDOCS)
-PORTDOCS= *
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>