pkgsrc/graphics/xmorph/Makefile
asau dfc6889736 "fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.
2010-07-30 10:36:22 +00:00

28 lines
816 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/07/30 10:36:25 asau Exp $
DISTNAME= xmorph_20060817
PKGNAME= xmorph-20060817
PKGREVISION= 4
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
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gtkmorph=no
INFO_FILES= yes
USE_LANGUAGES= c c++ fortran77
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"
.include "../../x11/libXp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"