319e13628d
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files and Robert Elz.
16 lines
351 B
Makefile
16 lines
351 B
Makefile
# $NetBSD: Makefile,v 1.21 2010/01/24 13:26:10 wiz Exp $
|
|
#
|
|
|
|
PKGNAME= ${DISTNAME:C/-/-nox11-/}
|
|
PKGREVISION= 2
|
|
|
|
CONFLICTS+= gnuplot-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --without-x
|
|
|
|
INSTALL_ENV+= INSTALL_XRESOURCE_DATA=no
|
|
|
|
.include "../../graphics/gnuplot/Makefile.common"
|
|
|
|
.include "../../graphics/plotutils-nox11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|