[Midnightbsd-cvs] mports [19410] trunk/graphics/plotutils: use gmake for parallel

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jun 9 21:08:40 EDT 2015


Revision: 19410
          http://svnweb.midnightbsd.org/mports/?rev=19410
Author:   laffer1
Date:     2015-06-09 21:08:39 -0400 (Tue, 09 Jun 2015)
Log Message:
-----------
use gmake for parallel

Modified Paths:
--------------
    trunk/graphics/plotutils/Makefile
    trunk/graphics/plotutils/pkg-plist

Modified: trunk/graphics/plotutils/Makefile
===================================================================
--- trunk/graphics/plotutils/Makefile	2015-06-10 01:04:22 UTC (rev 19409)
+++ trunk/graphics/plotutils/Makefile	2015-06-10 01:08:39 UTC (rev 19410)
@@ -2,23 +2,23 @@
 
 PORTNAME=	plotutils
 PORTVERSION=	2.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	GNU
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A plotting library and toolkit
+
 LICENSE=	gpl3
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
 
-USE_GNOME=	
+USES=		gmake libtool
+GNU_CONFIGURE=	yes
 USE_MOTIF=	yes
-USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--enable-libplotter --enable-libxmi --with-motif
 USE_LDCONFIG=	yes
 
-MAN1=		ode.1 plot.1 plotfont.1 spline.1 tek2plot.1
 INFO=		libxmi plotutils
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: trunk/graphics/plotutils/pkg-plist
===================================================================
--- trunk/graphics/plotutils/pkg-plist	2015-06-10 01:04:22 UTC (rev 19409)
+++ trunk/graphics/plotutils/pkg-plist	2015-06-10 01:08:39 UTC (rev 19410)
@@ -12,17 +12,22 @@
 include/plotter.h
 include/xmi.h
 lib/libplot.a
-lib/libplot.la
 lib/libplot.so
-lib/libplot.so.4
+lib/libplot.so.2
+lib/libplot.so.2.2.4
 lib/libplotter.a
-lib/libplotter.la
 lib/libplotter.so
-lib/libplotter.so.4
+lib/libplotter.so.2
+lib/libplotter.so.2.2.4
 lib/libxmi.a
-lib/libxmi.la
 lib/libxmi.so
-lib/libxmi.so.1
+lib/libxmi.so.0
+lib/libxmi.so.0.1.3
+man/man1/ode.1.gz
+man/man1/plot.1.gz
+man/man1/plotfont.1.gz
+man/man1/spline.1.gz
+man/man1/tek2plot.1.gz
 share/libplot/README
 share/libplot/colors.txt
 share/libplot/h-fonts.txt
@@ -63,7 +68,3 @@
 share/tek2plot/skymap.tek
 share/tek2plot/skymap2.tek
 share/tek2plot/usmap.tek
- at dirrm share/tek2plot
- at dirrm share/pic2plot
- at dirrm share/ode
- at dirrm share/libplot



More information about the Midnightbsd-cvs mailing list