mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- 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]
This commit is contained in:
parent
d9e18bd747
commit
20d76e39f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126166
2 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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%%
|
||||
|
|
Loading…
Add table
Reference in a new issue