summaryrefslogtreecommitdiff
path: root/mail/smtp-vilter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/smtp-vilter/Makefile')
-rw-r--r--mail/smtp-vilter/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/mail/smtp-vilter/Makefile b/mail/smtp-vilter/Makefile
new file mode 100644
index 000000000000..0a9c8796b55e
--- /dev/null
+++ b/mail/smtp-vilter/Makefile
@@ -0,0 +1,26 @@
+# ex:ts=8
+# Ports collection makefile for: smtp-vilter
+# Date created: 17.1.2004
+# Whom: Danuel Mueller + Martin Blapp, ImproWare AG
+#
+# $FreeBSD$
+#
+
+PORTNAME= smtp-vilter
+PORTVERSION= 1.1.4
+CATEGORIES= mail
+MASTER_SITES= http://www.etc.msys.ch/software/smtp-vilter/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
+
+MAINTAINER?= dan@imp.ch
+COMMENT?= spam/virus filter infrastructure
+
+MAKEFILE= Makefile.freebsd
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL}
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS=
+
+.include <bsd.port.mk>