aboutsummaryrefslogtreecommitdiffstats
path: root/polish/gnugadu2/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-05-27 19:17:41 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-05-27 19:17:41 +0800
commitb7e23a5f065e1002d909d5c6139f93282f6ee060 (patch)
treec51fa4c69116ca6c8cd0c3b6fb39637444fd16f4 /polish/gnugadu2/Makefile
parentf7ca21cead884a627c97c1dde14e940513017352 (diff)
downloadfreebsd-ports-gnome-b7e23a5f065e1002d909d5c6139f93282f6ee060.tar.gz
freebsd-ports-gnome-b7e23a5f065e1002d909d5c6139f93282f6ee060.tar.zst
freebsd-ports-gnome-b7e23a5f065e1002d909d5c6139f93282f6ee060.zip
- Convert misc/xosd and dependent ports which need it (deskutils/xneur, polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files
- Since xosd shlib version has changed, bump all ports which depend on it - Stagify deskutils/xneur - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax Approved by: portmgr blanket
Diffstat (limited to 'polish/gnugadu2/Makefile')
-rw-r--r--polish/gnugadu2/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile
index 200433ca6505..3c69687804c3 100644
--- a/polish/gnugadu2/Makefile
+++ b/polish/gnugadu2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnugadu2
PORTVERSION= 2.3.0
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= polish net-im
MASTER_SITES= SF/ggadu/gg2/${PORTVERSION}
DISTNAME= gg2-${PORTVERSION}
@@ -16,8 +16,7 @@ LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/libgadu \
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_BZIP2= yes
-USES= gettext gmake perl5 pkgconfig
+USES= gettext gmake perl5 pkgconfig tar:bzip2 libtool
USE_GNOME= gtk20
USE_LDCONFIG= yes
USE_XORG= x11 xaw ice xscrnsaver
@@ -57,7 +56,6 @@ XOSD_DESC= Enable On-Screen-Display messages
#.if ${${HAVE_GNOME:Mesound}!="" && empty(PORT_OPTIONS:MESOUND)
-NO_STAGE= yes
.include <bsd.port.pre.mk> # can't change this untile HAVE_GNOME has been fixed
.if ${PORT_OPTIONS:MAUTODETECT}
@@ -152,7 +150,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' ${WRKSRC}/src/plugins/GUI/gtkimhtml.c
post-install:
- ${INSTALL_DATA} ${WRKSRC}/gg2.desktop ${PREFIX}/share/applications/
+ ${INSTALL_DATA} ${WRKSRC}/gg2.desktop ${STAGEDIR}${PREFIX}/share/applications/
# vim: set ts=8 sw=8:
.include <bsd.port.post.mk>