mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
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)
14 lines
191 B
Makefile
14 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"
|