1PORTNAME= fakeroot 2PORTVERSION= 1.37.2 3CATEGORIES= security 4MASTER_SITES= DEBIAN 5DISTNAME= ${PORTNAME}_${PORTVERSION}.orig 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Simulate the root user behaviour 9WWW= https://tracker.debian.org/pkg/fakeroot 10 11LICENSE= gpl3 12 13USES= libtool 14 15GNU_CONFIGURE= yes 16CONFIGURE_ARGS= --with-ipc=tcp 17INSTALL_TARGET= install-strip 18USE_LDCONFIG= yes 19 20WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} 21 22post-install: 23 ${MV} ${PREFIX}/lib/libfakeroot-0.so \ 24 ${PREFIX}/lib/libfakeroot.so.0 25 ${LN} -sf libfakeroot.so.0 \ 26 ${PREFIX}/lib/libfakeroot-0.so 27 28.include <bsd.port.mk> 29