1996-12-22 04:36:43 +00:00
|
|
|
# New ports collection makefile for: pgplot
|
1997-08-15 13:36:17 +00:00
|
|
|
# Version required: 5.2
|
1996-12-22 04:36:43 +00:00
|
|
|
# Date created: 21 December 1996
|
|
|
|
# Whom: jmz
|
|
|
|
#
|
1998-12-22 08:22:54 +00:00
|
|
|
# $Id: Makefile,v 1.8 1998/12/05 02:25:45 jmz Exp $
|
1996-12-22 04:36:43 +00:00
|
|
|
#
|
|
|
|
|
1997-08-15 13:36:17 +00:00
|
|
|
DISTNAME= pgplot5.2
|
|
|
|
PKGNAME= pgplot-5.2
|
1996-12-22 04:36:43 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ftp://astro.caltech.edu/pub/pgplot/
|
|
|
|
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
|
1998-12-22 08:22:54 +00:00
|
|
|
USE_XLIB= yes
|
1996-12-22 04:36:43 +00:00
|
|
|
WRKSRC= ${WRKDIR}/pgplot
|
|
|
|
|
1998-11-11 05:37:39 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PORTOBJFORMAT} == "elf"
|
|
|
|
VERSION= 5
|
|
|
|
.else
|
|
|
|
VERSION= 5.2
|
|
|
|
.endif
|
|
|
|
|
1996-12-22 04:36:43 +00:00
|
|
|
post-install:
|
1998-10-05 03:06:04 +00:00
|
|
|
.for f in libcpgplot.so libpgplot.so
|
|
|
|
${LN} -sf $f.${VERSION} ${PREFIX}/lib/$f
|
|
|
|
.endfor
|
|
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
1996-12-22 04:36:43 +00:00
|
|
|
|
1998-11-11 05:37:39 +00:00
|
|
|
.include <bsd.port.post.mk>
|