diff options
author | joerg <joerg@pkgsrc.org> | 2007-12-21 20:49:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-12-21 20:49:15 +0000 |
commit | 0748abc937ad8eb66b9df131995f16a1eac8df9a (patch) | |
tree | c9472027aec9d79eeefe61b8c8d6892a87089ba7 | |
parent | 17adb7cfd1433cb04d5c353c79e2344b62971a76 (diff) | |
download | pkgsrc-0748abc937ad8eb66b9df131995f16a1eac8df9a.tar.gz |
I18N (PR 37581) and DESTDIR support.
-rw-r--r-- | graphics/xmorph/Makefile | 7 | ||||
-rw-r--r-- | graphics/xmorph/PLIST | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile index dfa1a9f3518..70735873950 100644 --- a/graphics/xmorph/Makefile +++ b/graphics/xmorph/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/graphics/xmorph/PLIST b/graphics/xmorph/PLIST index 89c5fccb6bb..e74f7bb9fc7 100644 --- a/graphics/xmorph/PLIST +++ b/graphics/xmorph/PLIST @@ -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 @@ lib/libmorph.la 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 |