freebsd-ports/math/topaz/Makefile
Kirill Ponomarev 15ec1cfe29 Update to version 3.39
PR:		55468
Submitted by:	Ports Fury
2003-08-11 14:29:00 +00:00

32 lines
715 B
Makefile

# New ports collection makefile for: topaz
# Date created: 29 July 1997
# Whom: Issei Suzuki <issei@jp.FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= topaz
PORTVERSION= 3.39
CATEGORIES= math
MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= A command driven graph plotting system for scientists and engineers
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_XLIB= yes
MAKEFILE= Makefile.freebsd
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
LIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses
.endif
post-install:
${LN} -sf ${PREFIX}/lib/topaz/topaz.sh ${PREFIX}/bin/topaz
.include <bsd.port.post.mk>