pkgsrc/graphics/plotutils-nox11/Makefile
jlam e5d77bae83 Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris.
We rely on the tools framework to pull in a good enough awk tool.
2005-05-22 22:06:28 +00:00

31 lines
816 B
Makefile

# $NetBSD: Makefile,v 1.14 2005/05/22 22:06:28 jlam Exp $
#
DISTNAME= plotutils-2.4.1
PKGNAME= ${DISTNAME:C/-/-nox11-/}
PKGREVISION= 1
CATEGORIES= devel graphics
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-[0-9]*
DISTINFO_FILE= ${.CURDIR}/../../graphics/plotutils/distinfo
PATCHDIR= ${.CURDIR}/../../graphics/plotutils/patches
USE_LANGUAGES= c c++
INFO_FILES= plotutils.info
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-libplotter
CONFIGURE_ARGS+= --without-x
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"