aboutsummaryrefslogtreecommitdiffstats
path: root/www/rejik/Makefile
blob: 0887533db02b186ba66dcfaacde4d7e66d2ec82b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Elisey Savateev <b3k@mail.ru>
# $FreeBSD$

PORTNAME=   rejik
PORTVERSION=    3.2.11
PORTREVISION=   1
CATEGORIES= www
MASTER_SITES=   http://www.rejik.ru/download/
DISTNAME=   redirector-${PORTVERSION}_squid_3.4

MAINTAINER= roma.a.g@gmail.com
COMMENT=    Squid redirector used for blocking unwanted content

LICENSE=    BSD4CLAUSE

RUN_DEPENDS=    ${LOCALBASE}/sbin/squid:www/squid
LIB_DEPENDS=    libpcre.so:devel/pcre

USES=       perl5 tar:tgz
USE_GCC=    any
MAKE_ARGS=  CC=${CC} INSTALL_PATH=${PREFIX}/rejik3

USERS=      squid
GROUPS=     squid

.include <bsd.port.mk>