mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
27 lines
551 B
Makefile
27 lines
551 B
Makefile
# 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>
|