1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/rejik/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

29 lines
574 B
Makefile

# Created by: Elisey Savateev <b3k@mail.ru>
# $FreeBSD$
PORTNAME= rejik
PORTVERSION= 3.2.11
PORTREVISION= 5
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
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>