blob: 8b4413b42f019875a7b82176af7d73e01bda632f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.11 2006/04/17 13:46:32 wiz Exp $
#
PKGNAME= ${DISTNAME:C/-/-nox11-/}
PKGREVISION= 5
SVR4_PKGNAME= gplot
CONFLICTS+= gnuplot-[0-9]*
CONFIGURE_ARGS+= --without-x
.include "../../graphics/gnuplot/Makefile.common"
.include "../../graphics/plotutils-nox11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|