1998-11-28 03:18:45 +01:00
|
|
|
# New ports collection makefile for: plotutils
|
1998-06-20 05:09:12 +02:00
|
|
|
# Date created: 19 June 1998
|
|
|
|
# Whom: Chuck Robey (chuckr)
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1998-06-20 05:09:12 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= plotutils
|
2001-03-23 12:57:07 +01:00
|
|
|
PORTVERSION= 2.4.1
|
1998-06-20 05:09:12 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
2001-03-23 12:57:07 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1998-06-20 05:09:12 +02:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= chuckr@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A plotting library and toolkit
|
1998-06-20 05:09:12 +02:00
|
|
|
|
2001-09-11 04:22:51 +02:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
2001-03-23 12:57:07 +01:00
|
|
|
|
|
|
|
USE_MOTIF= yes
|
1999-09-10 16:03:51 +02:00
|
|
|
USE_LIBTOOL= yes
|
2002-09-12 18:44:15 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -fpermissive" \
|
2001-03-23 12:57:07 +01:00
|
|
|
MOTIFLIB="${MOTIFLIB}" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
1998-06-20 05:09:12 +02:00
|
|
|
|
2001-03-23 12:57:07 +01:00
|
|
|
MAN1= ode.1 plot.1 plotfont.1 spline.1 tek2plot.1
|
|
|
|
|
|
|
|
pre-patch:
|
|
|
|
@${PERL} -pi -e 's|-lXm |\$$\{MOTIFLIB\} |g' ${WRKSRC}/configure
|
1998-06-20 05:09:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|