summaryrefslogtreecommitdiff
path: root/irc/lostirc
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-01-11 22:50:33 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-01-11 22:50:33 +0000
commit20d76e39f47abdcb62c52ef3024bbaa117fdb2a5 (patch)
tree11c277e53954da8317f21568ca7505564a45bfe6 /irc/lostirc
parentDocument HylaFAX authentication bypass vulnerability. (diff)
- 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]
Notes
Notes: svn path=/head/; revision=126166
Diffstat (limited to 'irc/lostirc')
-rw-r--r--irc/lostirc/Makefile11
-rw-r--r--irc/lostirc/pkg-plist15
2 files changed, 13 insertions, 13 deletions
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%%