1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/math/topaz/Makefile
Steve Price 58861acc87 Initial import of topaz version 3.22.
A command driven graph plotting system for scientists and engineers.

PR:		13149
Submitted by:	Issei Suzuki <issei@jp.FreeBSD.ORG>
1999-11-01 02:27:11 +00:00

29 lines
643 B
Makefile

# New ports collection makefile for: topaz
# Version required: 3.22
# Date created: 29 July 1997
# Whom: Issei Suzuki <issei@jp.FreeBSD.ORG>
#
# $FreeBSD$
#
DISTNAME= topaz-3_22-src
PKGNAME= topaz-3.22
CATEGORIES= math
MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/
MAINTAINER= issei@jp.FreeBSD.ORG
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
ncurses.4:${PORTSDIR}/devel/ncurses
CXX?= c++
MAKEFILE= Makefile.freebsd
USE_XLIB= yes
WRKSRC= ${WRKDIR}/${PKGNAME}
#TOPAZDIR= ${PREFIX}/libexec/topaz
post-install:
${LN} -sf ${PREFIX}/lib/topaz/topaz.sh ${PREFIX}/bin/topaz
.include <bsd.port.mk>