1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-08 02:15:08 +00:00
freebsd-ports/devel/guikachu/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

38 lines
1016 B
Makefile

# New ports collection makefile for: guikachu
# Date created: 7 Nov 2004
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= guikachu
PORTVERSION= 1.5.10
PORTREVISION= 1
PORTEPOCH= 3
CATEGORIES= devel palm gnome
MASTER_SITES= http://cactus.rulez.org/projects/guikachu/download/
MAINTAINER= bland@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
USE_GMAKE= yes
USE_GCC= 3.4+
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= guikachu-form-editor.schemas guikachu-interface.schemas \
guikachu-mainwin.schemas
#XXX mime vs mime-info
#post-patch:
# @${REINPLACE_CMD} -e '/mime_packagedir/s|(mimedir)|(prefix)/share/mime|' \
# -e '/(UPDATE_MIME)/s|(mimedir)|(prefix)/share/mime|' \
# ${WRKSRC}/data/Makefile.in
.include <bsd.port.mk>