From 4f037caddc769d3554647be566e499fbb03db395 Mon Sep 17 00:00:00 2001 From: mezz Date: Tue, 11 Jan 2005 22:50:33 +0000 Subject: - Some very small clean up for portlint. - Add gnometarget. - Add gnomehier to fix the pkg-plist. [1] - GNU_CONFIGURE -> USE_LIBTOOL_VER=15. - Disable install .desktop for KDE menu to fix the pkg-plist. KDE is living in in the ${LOCALBASE}; not in ${X11BASE}. KDE user or KDE maintainer, if you care this then please take care of it as I don't have any KDE install and can't test it. [1] Reported by: pointyhat via kris [1] --- irc/lostirc/Makefile | 11 ++++++----- irc/lostirc/pkg-plist | 15 +++++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'irc') diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile index 7619494577a9..fa6cd6b64052 100644 --- a/irc/lostirc/Makefile +++ b/irc/lostirc/Makefile @@ -7,7 +7,7 @@ PORTNAME= lostirc PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://demian.dyndns.org/src/ @@ -18,12 +18,13 @@ COMMENT= LostIRC is a simple and minimal IRC client for X LIB_DEPENDS= gtkmm-2:${PORTSDIR}/x11-toolkits/gtk--2 -USE_GETTEXT= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack -GNU_CONFIGURE= yes +USE_GNOME= gnomehack gnometarget gnomehier USE_REINPLACE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" +USE_LIBTOOL_VER=15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-kde MAN1= lostirc.1 diff --git a/irc/lostirc/pkg-plist b/irc/lostirc/pkg-plist index e05748e1b33e..507cf23765e0 100644 --- a/irc/lostirc/pkg-plist +++ b/irc/lostirc/pkg-plist @@ -1,12 +1,11 @@ bin/lostirc -share/applnk/lostirc.desktop +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO share/gnome/apps/Internet/lostirc.desktop share/gnome/pixmaps/lostirc.png share/locale/da/LC_MESSAGES/lostirc.mo -%%PORTDOCS%%share/doc/lostirc/AUTHORS -%%PORTDOCS%%share/doc/lostirc/COPYING -%%PORTDOCS%%share/doc/lostirc/ChangeLog -%%PORTDOCS%%share/doc/lostirc/INSTALL -%%PORTDOCS%%share/doc/lostirc/README -%%PORTDOCS%%share/doc/lostirc/TODO -%%PORTDOCS%%@dirrm share/doc/lostirc +%%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit