pkgsrc/graphics/plotutils-nox11/Makefile

32 lines
798 B
Makefile
Raw Normal View History

2008-06-12 04:14:13 +02:00
# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:32 joerg Exp $
#
DISTNAME= plotutils-2.4.1
PKGNAME= ${DISTNAME:C/-/-nox11-/}
PKGREVISION= 2
CATEGORIES= devel graphics
MASTER_SITES= ${MASTER_SITE_GNU:=plotutils/}
2003-07-17 23:41:05 +02:00
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html
COMMENT= Programs and library for plotting scientific data
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= plotutils-[0-9]*
2003-09-19 12:14:11 +02:00
DISTINFO_FILE= ${.CURDIR}/../../graphics/plotutils/distinfo
PATCHDIR= ${.CURDIR}/../../graphics/plotutils/patches
USE_LANGUAGES= c c++
2006-06-09 18:01:23 +02:00
USE_TOOLS+= lex
INFO_FILES= # PLIST
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-libplotter
CONFIGURE_ARGS+= --without-x
2004-04-17 03:14:19 +02:00
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"