pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/xmorph I18N (PR 37581) and DESTDIR support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d5e8f01f8ae
branches:  trunk
changeset: 536746:3d5e8f01f8ae
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 21 20:49:15 2007 +0000

description:
I18N (PR 37581) and DESTDIR support.

diffstat:

 graphics/xmorph/Makefile |  7 ++++++-
 graphics/xmorph/PLIST    |  4 +++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (48 lines):

diff -r 1bd1af969fda -r 3d5e8f01f8ae graphics/xmorph/Makefile
--- a/graphics/xmorph/Makefile  Fri Dec 21 20:35:36 2007 +0000
+++ b/graphics/xmorph/Makefile  Fri Dec 21 20:49:15 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2007/02/22 19:30:04 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2007/12/21 20:49:15 joerg Exp $
 
 DISTNAME=      xmorph_20060817
 PKGNAME=       xmorph-20060817
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xmorph/}
 
@@ -9,12 +10,16 @@
 HOMEPAGE=      http://xmorph.sourceforge.net/home/gourlay/public_html/Xmorph/
 COMMENT=       X program for image warping and dissolving
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=       --with-gtkmorph=no
 USE_LANGUAGES= c c++ fortran
 USE_LIBTOOL=   yes
+USE_TOOLS+=    msgfmt
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../math/fftw/buildlink3.mk"
 .include "../../x11/xbitmaps/buildlink3.mk"
 .include "../../x11/libXaw/buildlink3.mk"
diff -r 1bd1af969fda -r 3d5e8f01f8ae graphics/xmorph/PLIST
--- a/graphics/xmorph/PLIST     Fri Dec 21 20:35:36 2007 +0000
+++ b/graphics/xmorph/PLIST     Fri Dec 21 20:49:15 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/30 21:51:49 agc Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/12/21 20:49:15 joerg Exp $
 bin/morph
 bin/xmorph
 include/xmorph/RgbaImage.h
@@ -18,6 +18,8 @@
 man/man1/gtkmorph.1
 man/man1/xmorph.1
 share/info/xmorph.info
+share/locale/fr/LC_MESSAGES/xmorph.mo
+share/locale/it/LC_MESSAGES/xmorph.mo
 share/xmorph/example/AA/README
 share/xmorph/example/AA/circuit.dest.mesh
 share/xmorph/example/AA/circuit.jpg



Home | Main Index | Thread Index | Old Index