1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Set portscout to ignore this port.

While here stagify, and use new lib_depend syntax.
This commit is contained in:
Koop Mast 2013-12-03 09:32:32 +00:00
parent 2f92a0b681
commit 61d058ea1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335550

View File

@ -12,7 +12,9 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION}
MAINTAINER= kwm@FreeBSD.org
COMMENT= Library for single instance applications
LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
PORTSCOUT= ignore:1
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
USE_XORG= ice
USE_BZIP2= yes
@ -25,7 +27,6 @@ CONFIGURE_ARGS= --disable-maintainer-flags
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \
${WRKSRC}/configure ${WRKSRC}/Makefile.in
@ -35,4 +36,7 @@ post-patch:
${WRKSRC}/unique/uniqueinternals.h \
${WRKSRC}/unique/uniquemessage.[ch]
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libunique-1.0.so.2
.include <bsd.port.mk>