diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-19 11:35:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-19 11:35:53 +0800 |
commit | 05c72c485518abc0c1c24937756872947ebeee3d (patch) | |
tree | cf8396d250adf56ea315f4dbfe67e742f3925e8d /security | |
parent | 36fd1970f6abfc1a7983956f2018b153ca8ab081 (diff) | |
download | freebsd-ports-gnome-05c72c485518abc0c1c24937756872947ebeee3d.tar.gz freebsd-ports-gnome-05c72c485518abc0c1c24937756872947ebeee3d.tar.zst freebsd-ports-gnome-05c72c485518abc0c1c24937756872947ebeee3d.zip |
- Stage support
PR: 189893
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/clamassassin/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/clamassassin/Makefile b/security/clamassassin/Makefile index 150782f142ba..ab39cc36bab5 100644 --- a/security/clamassassin/Makefile +++ b/security/clamassassin/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://jameslick.com/clamassassin/ MAINTAINER= chalpin@cs.wisc.edu COMMENT= Simple virus filter wrapper for ClamAV +LICENSE= BSD3CLAUSE + BUILD_DEPENDS= sigtool:${PORTSDIR}/security/clamav \ formail:${PORTSDIR}/mail/procmail RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -17,13 +19,15 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_FILES= bin/clamassassin GNU_CONFIGURE= yes +# Woky configure script doesn't actually respect prefix +# Instead, it looks for 'bindir'... so set that. +CONFIGURE_ARGS= --bindir=${STAGEDIR}${PREFIX}/bin OPTIONS_DEFINE= CLAMDSCAN SUBREWRITE OPTIONS_DEFAULT= CLAMDSCAN CLAMDSCAN_DESC= Scanning using clamd SUBREWRITE_DESC= Mail subject rewriting -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCLAMDSCAN} |