9a7d622e2e
for all pkgsrc dir/file ownership rules. Fixes unprivileged user/group names from leaking into binary packages, manifest as non-fatal chown/chgrp failure messages at pkg_add time. Bump respective packages' PKGREVISION.
22 lines
515 B
Makefile
22 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.11 2016/05/17 10:32:08 fhajny Exp $
|
|
#
|
|
|
|
DISTNAME= balance-3.57
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.inlab.de/
|
|
|
|
MAINTAINER= wiedi@frubar.net
|
|
HOMEPAGE= http://www.inlab.de/balance.html
|
|
COMMENT= TCP loadbalancer with roundrobin and failover
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
BUILD_DEFS+= VARBASE
|
|
MAKE_ENV+= VARBASE=${VARBASE}
|
|
|
|
MAKE_ENV.SunOS+= LIBRARIES="-lsocket -lnsl"
|
|
|
|
OWN_DIRS_PERMS= ${VARBASE}/run/balance \
|
|
${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0750
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|