freebsd-ports/security/fakeroot/Makefile
Pav Lucistnik 99606f0b7a Fakeroot runs a command in an environment were it appears to have
root privileges for file manipulation, by setting LD_PRELOAD to a
library with alternative versions of getuid(), stat(), etc.

PR:		ports/64102
Submitted by:	Meno Abels <meno.abels@adviser.com>
2004-05-27 22:21:34 +00:00

24 lines
578 B
Makefile

# New ports collection makefile for: fakeroot
# Date created: 11 March 2004
# Whom: Meno Abels <meno.abels@adviser.com>
#
# $FreeBSD$
#
PORTNAME= fakeroot
PORTVERSION= 0.9.6
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/f/fakeroot
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= Meno.Abels@Adviser.com
COMMENT= Simulate the root user behaviour
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= faked.1 fakeroot.1
.include <bsd.port.mk>