18f3a2e670
so a -devel version is not required anymore. Also removed OPTIONS on other ports that pointed to clamav-devel as a dependency. Approved by: portmgr (implict)
13 lines
191 B
Makefile
13 lines
191 B
Makefile
# Created by: bz
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -milter
|
|
|
|
OPTIONS_SET+= MILTER
|
|
|
|
MASTERDIR= ${.CURDIR}/../clamav
|
|
PKGNAMESUFFIX= -milter
|
|
|
|
CONFLICTS= clamav-[0-9]*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|