Files
ports/security/fakeroot/Makefile
Muhammad Moinur Rahman 5c7693e023 security/fakeroot: Impelled to share/man
Approved by:    portmgr (blanket)
2024-01-23 14:47:39 +01:00

31 lines
691 B
Makefile

PORTNAME= fakeroot
PORTVERSION= 1.23
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= martymac@FreeBSD.org
COMMENT= Simulate the root user behaviour
WWW= http://freshmeat.net/projects/fakeroot
LICENSE= GPLv3
USES= tar:xz libtool
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-ipc=tcp
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-install:
${MV} ${STAGEDIR}${PREFIX}/lib/libfakeroot-0.so \
${STAGEDIR}${PREFIX}/lib/libfakeroot.so.0
${LN} -sf libfakeroot.so.0 \
${STAGEDIR}${PREFIX}/lib/libfakeroot-0.so
.include <bsd.port.mk>