aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/plotutils/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2006-06-12 09:39:49 +0800
committerijliao <ijliao@FreeBSD.org>2006-06-12 09:39:49 +0800
commit7d6e4d407efe31f6f858c0f39d539520ad3a714d (patch)
tree0c9bba544efd19af33f2a5c1becb544f8fc109cb /graphics/plotutils/Makefile
parent7d2af5141fbde5bfc05ef89845ed1c914040ecd2 (diff)
downloadfreebsd-ports-gnome-7d6e4d407efe31f6f858c0f39d539520ad3a714d.tar.gz
freebsd-ports-gnome-7d6e4d407efe31f6f858c0f39d539520ad3a714d.tar.zst
freebsd-ports-gnome-7d6e4d407efe31f6f858c0f39d539520ad3a714d.zip
upgrade to 2.5
PR: 98825 Submitted by: Ports Fury
Diffstat (limited to 'graphics/plotutils/Makefile')
-rw-r--r--graphics/plotutils/Makefile19
1 files changed, 7 insertions, 12 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index 78640f422176..c612ae3ab747 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= plotutils
-PORTVERSION= 2.4.1
-PORTREVISION= 1
+PORTVERSION= 2.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,21 +16,17 @@ COMMENT= A plotting library and toolkit
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
+USE_GNOME= gnometarget
USE_MOTIF= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- MOTIFLIB="${MOTIFLIB}" \
- LDFLAGS="-L${LOCALBASE}/lib"
+USE_AUTOTOOLS= libtool:15
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif
INSTALLS_SHLIB= yes
MAN1= ode.1 plot.1 plotfont.1 spline.1 tek2plot.1
+INFO= libxmi plotutils
-INFO= libxmi plotutils
-
-pre-patch:
- @${REINPLACE_CMD} -e 's|-lXm |\$$\{MOTIFLIB\} |g ; \
- s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
- ${WRKSRC}/configure
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.mk>