freebsd-ports/math/topaz/Makefile
Erwin Lansing 9279cf377b Update to 3.40
PR:		96219
Submitted by:	Ports fury
2006-04-24 13:15:13 +00:00

31 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.40
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>