aboutsummaryrefslogtreecommitdiffstats
path: root/math/xldlas/Makefile
blob: 454b0e525213bafc5d9315fca8ee226bc3243e87 (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
30
31
32
33
34
35
36
# New ports collection makefile for:    xldlas
# Version required: 0.85
# Date created:         20 Dec 97
# Whom:                 Pedro Giffuni <giffunip@asme.org>
#
# $Id: Makefile,v 1.6 1998/12/07 20:46:39 billf Exp $
#

DISTNAME=   xldlas-0.85
CATEGORIES= math
MASTER_SITES=   http://a42.com/~thor/xldlas/            \
        http://sunsite.math.klte.hu/mirrors/xldlas/ \
        ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/graphics/visualization
EXTRACT_SUFX=   -source.tgz

MAINTAINER= giffunip@asme.org

LIB_DEPENDS=    xforms.0:${PORTSDIR}/x11-toolkits/xforms

# depends on xforms
ONLY_FOR_ARCHS= i386

WRKSRC=     ${WRKDIR}/xldlas

USE_X_PREFIX=   yes

MAN1=   xldlas.1

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/xldlas.1 ${PREFIX}/man/man1
    ${MKDIR} ${PREFIX}/share/xldlas
    ${CP} -R ${WRKSRC}/help ${PREFIX}/share/xldlas

.include <bsd.port.mk>