freebsd-ports/mail/squirrelmail-unsafe_image_rules-plugin/Makefile
Martin Wilke afba853254 - Stage support
- While here cleanup some whitespaces / dependencys
2014-02-18 12:40:01 +00:00

19 lines
471 B
Makefile

# Created by: Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
# $FreeBSD$
PORTNAME= unsafe_image_rules
PORTVERSION= 0.8
PORTREVISION= 2
CATEGORIES= mail www
DISTNAME= ${PORTNAME:S/-/_/}.${PORTVERSION}-1.4
MAINTAINER= itetcu@FreeBSD.org
COMMENT= Determines what unsafe (web) images will be shown
USE_SM_COMPAT= yes
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.post.mk>