1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/math/topaz/Makefile

27 lines
573 B
Makefile
Raw Normal View History

# New ports collection makefile for: topaz
# Date created: 29 July 1997
# Whom: Issei Suzuki <issei@jp.FreeBSD.ORG>
#
# $FreeBSD$
#
2000-04-14 07:20:58 +00:00
PORTNAME= topaz
PORTVERSION= 3.25
CATEGORIES= math
MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/
DISTFILES= topaz-3_25-src.tar.gz
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
post-install:
${LN} -sf ${PREFIX}/lib/topaz/topaz.sh ${PREFIX}/bin/topaz
.include <bsd.port.mk>