e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
34 lines
920 B
Makefile
34 lines
920 B
Makefile
# $NetBSD: Makefile,v 1.45 2010/06/13 22:44:41 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= plotutils-2.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel graphics x11
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=plotutils/}
|
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html
|
|
COMMENT= Programs and library for plotting scientific data
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
CONFLICTS+= plotutils-nox11-[0-9]*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= lex yacc
|
|
|
|
INFO_FILES= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-libplotter
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXp/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|