1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/plplot/Makefile

36 lines
830 B
Makefile
Raw Normal View History

# New ports collection makefile for: plplot
# Date created: 03 Oct 1997
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
#
2000-04-14 07:20:58 +00:00
PORTNAME= plplot
PORTVERSION= 4.99j
CATEGORIES= math
MASTER_SITES= ftp://ftp.uniovi.es/pub6/graphics/plotting/ \
ftp://dino.ph.utexas.edu/plplot/distrib/alpha/ \
ftp://ftp.che.utexas.edu/pub/graphics/
DISTNAME= ${PORTNAME}4p99j
1999-11-08 13:01:34 +00:00
MAINTAINER= ports@FreeBSD.org
1998-11-28 05:39:01 +00:00
USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gcc=yes --with-double=yes
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
post-patch:
@${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/*.c
1998-09-27 20:13:16 +00:00
post-install:
.if ${PORTOBJFORMAT} == "elf"
${LN} -sf libplplotdX.so.4 ${PREFIX}/lib/libplplotdX.so
.else
${LN} -sf libplplotdX.so.4.99 ${PREFIX}/lib/libplplotdX.so
.endif
1998-09-27 20:13:16 +00:00
.include <bsd.port.post.mk>