mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
24 lines
587 B
Makefile
24 lines
587 B
Makefile
# New ports collection makefile for: plplot
|
|
# Version required: 4p99j
|
|
# Date created: 03 Oct 1997
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.3 1997/11/30 21:12:15 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= plplot4p99j
|
|
PKGNAME= plplot-4.99j
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://dino.ph.utexas.edu/plplot/distrib/alpha/
|
|
|
|
MAINTAINER= tg@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-gcc=yes --with-double=yes
|
|
|
|
post-patch:
|
|
@perl -pi.bak -e "s|/usr/local/plplot/lib|${PREFIX}/lib/plplot|g;" \
|
|
${WRKSRC}/src/plctrl.c
|
|
|
|
.include <bsd.port.mk>
|