pkgsrc/graphics/plotutils/Makefile
jlam 43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00

30 lines
725 B
Makefile

# $NetBSD: Makefile,v 1.33 2004/11/13 22:04:53 jlam Exp $
#
DISTNAME= plotutils-2.4.1
PKGREVISION= 3
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
CONFLICTS+= plotutils-nox11-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
USE_LANGUAGES= c c++
USE_X11= YES
INFO_FILES= plotutils.info
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-libplotter
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"