xmorph is a digital image warping and dissolving program, also known as a "morphing" program. It runs under the X Window System. The primary use of xmorph is to generate and modify meshes which control the shape of an image. xmorph also has the capacity to dissolve images together, and to generate a sequence of warped and dissolved images. When this sequence is made into a movie, it is called a "morph".
21 lines
596 B
Makefile
21 lines
596 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/10/30 21:51:49 agc Exp $
|
|
|
|
DISTNAME= xmorph_20060817
|
|
PKGNAME= xmorph-20060817
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmorph/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xmorph.sourceforge.net/home/gourlay/public_html/Xmorph/
|
|
COMMENT= X program for image warping and dissolving
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-gtkmorph=no
|
|
USE_LANGUAGES+= c c++ fortran
|
|
USE_LIBTOOL= yes
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
.include "../../math/fftw/buildlink3.mk"
|
|
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|