freebsd-ports/security/clamav-milter/Makefile
Renato Botelho 18f3a2e670 Retire security/clamav-devel, clamav is not being updated that much nowadays,
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)
2014-05-16 18:46:48 +00:00

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"