aboutsummaryrefslogtreecommitdiffstats
path: root/math/topaz/Makefile
blob: 3241996677fcac96c1fffa40f681074c942f6a79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    topaz
# Date created:             29 July 1997
# Whom:                 Issei Suzuki <issei@jp.FreeBSD.ORG>
#
# $FreeBSD$
#

PORTNAME=   topaz
PORTVERSION=    3.41
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_XORG=   x11
MAKEFILE=   Makefile.freebsd

post-install:
    ${LN} -sf ${PREFIX}/lib/topaz/topaz.sh ${PREFIX}/bin/topaz
.if !defined(NOPORTEXAMPLES)
    @${MKDIR} ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>