1998-11-28 02:18:45 +00:00
|
|
|
# New ports collection makefile for: plotutils
|
1998-06-20 03:09:12 +00:00
|
|
|
# Date created: 19 June 1998
|
|
|
|
# Whom: Chuck Robey (chuckr)
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1998-06-20 03:09:12 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= plotutils
|
|
|
|
PORTVERSION= 2.3
|
1998-06-20 03:09:12 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= plotutils
|
1998-06-20 03:09:12 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= chuckr@FreeBSD.org
|
1998-06-20 03:09:12 +00:00
|
|
|
|
1998-11-28 02:18:45 +00:00
|
|
|
USE_XLIB= yes
|
1999-09-10 14:03:51 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-03-01 03:57:19 +00:00
|
|
|
USE_NEWGCC= yes
|
1998-06-20 03:09:12 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-03-01 03:57:19 +00:00
|
|
|
CONFIGURE_ARGS= --enable-libplotter --enable-libxmi
|
2000-06-07 22:32:10 +00:00
|
|
|
MAN1= ode.1 plot.1 spline.1 tek2plot.1
|
1998-06-20 03:09:12 +00:00
|
|
|
|
|
|
|
.ifdef HAVE_MOTIF
|
1999-09-10 14:03:51 +00:00
|
|
|
CONFIGURE_ARGS+= --with-motif
|
|
|
|
CONFIGURE_ENV= MOTIFLIB="${MOTIFLIB}"
|
1999-09-10 12:20:43 +00:00
|
|
|
# to ensure dependency info is generated properly
|
|
|
|
REQUIRES_MOTIF= yes
|
1998-06-20 03:09:12 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|