pkgsrc/graphics/gri/Makefile
dholland b2c4c06a5c Back-propagate the changes that patch-ac makes to doc/Makefile.in to
doc/Makefile.am. Otherwise, the changes are lost when automake is
rerun, which now (?) happens sometimes (?) during the build. This then
leads to massive PLIST divergence. Bump PKGREVISION in case anyone,
such as perhaps the person who updated it, installed it without
PKG_DEVELOPER set.
2012-06-16 06:47:25 +00:00

32 lines
966 B
Makefile

# $NetBSD: Makefile,v 1.41 2012/06/16 06:47:25 dholland Exp $
DISTNAME= gri-2.12.23
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gri/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gri.sourceforge.net/
COMMENT= Language for scientific graphics applications
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
BUILD_DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex
USE_LANGUAGES= c c++
USE_TOOLS+= aclocal autoconf automake gmake gs:run makeinfo perl
GNU_CONFIGURE= yes
REPLACE_PERL+= src/gri_merge src/gri_unpage
INFO_FILES= yes
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} PKGINFODIR=${PKGINFODIR}
pre-configure:
cd ${WRKSRC} && aclocal && autoconf
.include "../../devel/netcdf/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"