54d4090b46
broke PKGORIGIN, which is created in bsd.port.pre.mk. Oops. So, I've added CATEGORIES back to all the plugins, and bumped PORTREVISION so that packages with correct origins can be created. Thanks to: Stefan Bethke <stb@lassitu.de>
21 lines
486 B
Makefile
21 lines
486 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/-/_/}
|
|
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.post.mk>
|