3014d27d2f
PR: ports/77531 Submitted by: Meno Abels (maintainer)
25 lines
597 B
Makefile
25 lines
597 B
Makefile
# New ports collection makefile for: fakeroot
|
|
# Date created: 11 March 2004
|
|
# Whom: Meno Abels <meno.abels@adviser.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fakeroot
|
|
PORTVERSION= 1.2.4
|
|
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
|
|
|
|
USE_LIBTOOL_VER=15
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAN1= faked.1 fakeroot.1
|
|
|
|
.include <bsd.port.mk>
|