2004-05-28 00:21:34 +02:00
|
|
|
# New ports collection makefile for: fakeroot
|
|
|
|
# Date created: 11 March 2004
|
|
|
|
# Whom: Meno Abels <meno.abels@adviser.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fakeroot
|
2005-12-14 04:53:35 +01:00
|
|
|
PORTVERSION= 1.5.5
|
2004-05-28 00:21:34 +02:00
|
|
|
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
|
|
|
|
|
2006-01-20 00:43:07 +01:00
|
|
|
BROKEN= Unfetchable
|
|
|
|
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-07-19 00:28:52 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-05-28 00:21:34 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2005-02-23 15:29:50 +01:00
|
|
|
MANLANG= "" es sv
|
2004-05-28 00:21:34 +02:00
|
|
|
MAN1= faked.1 fakeroot.1
|
|
|
|
|
2005-02-23 15:29:50 +01:00
|
|
|
post-install:
|
|
|
|
${GZIP_CMD} ${MANPREFIX}/man/fr/man1/fakeroot.1
|
|
|
|
|
2004-05-28 00:21:34 +02:00
|
|
|
.include <bsd.port.mk>
|