diff options
Diffstat (limited to 'graphics/xmorph/Makefile')
-rw-r--r-- | graphics/xmorph/Makefile | 7 |
1 files changed, 6 insertions, 1 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" |