1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

1: Stagify.

2: add shared-mime-info, desktop-file-utils to USES
3: new syntax of LIB_DEPENDS.
This commit is contained in:
Vanilla I. Shu 2014-07-08 06:36:03 +00:00
parent 7f5b96134d
commit 89deb27e8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361183
2 changed files with 4 additions and 13 deletions

View File

@ -8,13 +8,13 @@ PORTEPOCH= 3
CATEGORIES= devel palm gnome
MASTER_SITES= http://cactus.rulez.org/projects/guikachu/download/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Resource editor for PalmOS(tm) systems
LIB_DEPENDS= gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26 \
gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm
LIB_DEPENDS= libgnomeuimm-2.6.so:${PORTSDIR}/x11-toolkits/libgnomeuimm26 \
libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm
USES= gmake pkgconfig
USES= gmake pkgconfig shared-mime-info desktop-file-utils
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@ -23,13 +23,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= guikachu-form-editor.schemas guikachu-interface.schemas \
guikachu-mainwin.schemas
#XXX mime vs mime-info
NO_STAGE= yes
#post-patch:
# @${REINPLACE_CMD} -e '/mime_packagedir/s|(mimedir)|(prefix)/share/mime|' \
# -e '/(UPDATE_MIME)/s|(mimedir)|(prefix)/share/mime|' \
# ${WRKSRC}/data/Makefile.in
post-patch:
@${REINPLACE_CMD} -e 's|glib/gwin32.h>|glib.h>|g' \
${WRKSRC}/src/ui.cc

View File

@ -65,5 +65,3 @@ share/mime/packages/guikachu.mime.xml
@dirrm share/gnome/help/guikachu/C/pictures
@dirrm share/gnome/help/guikachu/C
@dirrm share/gnome/help/guikachu
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime