blob: 8fe1685435e676a85077f46d64fd419a6f9f32f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= fakeroot
PORTVERSION= 1.37.1.2
CATEGORIES= security
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= martymac@FreeBSD.org
COMMENT= Simulate the root user behaviour
WWW= https://tracker.debian.org/pkg/fakeroot
LICENSE= GPLv3
USES= 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>
|