I18N (PR 37581) and DESTDIR support.
This commit is contained in:
parent
17adb7cfd1
commit
0748abc937
2 changed files with 9 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue