1997-10-06 08:18:49 +00:00
|
|
|
# New ports collection makefile for: plplot
|
|
|
|
# Date created: 03 Oct 1997
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1997-10-06 08:18:49 +00:00
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1997-10-06 08:18:49 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 07:20:58 +00:00
|
|
|
PORTNAME= plplot
|
2001-06-13 16:07:11 +00:00
|
|
|
PORTVERSION= 5.0.3
|
1997-10-06 08:18:49 +00:00
|
|
|
CATEGORIES= math
|
2001-06-13 16:07:11 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
|
|
PATCHFILES= ${DISTNAME}.patch1.gz
|
|
|
|
PATCH_DIST_STRIP= -p1
|
1997-10-06 08:18:49 +00:00
|
|
|
|
1999-11-08 13:01:34 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1997-10-06 08:18:49 +00:00
|
|
|
|
2001-06-13 16:07:11 +00:00
|
|
|
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
|
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
1998-11-28 05:39:01 +00:00
|
|
|
USE_XLIB= yes
|
1997-10-06 08:18:49 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-06-13 16:07:11 +00:00
|
|
|
CONFIGURE_ENV= F77="${FC}" FFLAGS="${FFLAGS}" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
GDINCDIR="${LOCALBASE}/include/gd" \
|
|
|
|
GDLIBDIR="${LOCALBASE}/lib" \
|
|
|
|
XINCDIR="${X11BASE}/include" \
|
|
|
|
XLIBDIR="${X11BASE}/lib" \
|
|
|
|
PLPLOT_PREFIX="${PREFIX}/share/plplot" \
|
|
|
|
DEMOS_DIR="${PREFIX}/share/examples/plplot" \
|
|
|
|
INFO_DIR="${PREFIX}/info" \
|
|
|
|
M4="${LOCALBASE}/bin/gm4"
|
|
|
|
CONFIGURE_ARGS= --disable-tk --disable-tcl --disable-itcl --disable-python \
|
|
|
|
--with-double
|
2000-09-05 01:53:50 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1997-10-06 08:18:49 +00:00
|
|
|
|
2001-06-13 16:07:11 +00:00
|
|
|
.include <bsd.port.mk>
|