aboutsummaryrefslogtreecommitdiffstats
path: root/science/qcl/Makefile
blob: 251e5de939e46c120a81c6f2dbc48cedba7baf69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ports collection makefile for:    qcl
# Date created:        23 May 2001
# Whom:                Brad Huntting <huntting@glarp.com>
#
# $FreeBSD$
#

PORTNAME=   qcl
PORTVERSION=    0.4.1
CATEGORIES= emulators math
MASTER_SITES=   http://tph.tuwien.ac.at/~oemer/tgz/
EXTRACT_SUFX=   .tgz

MAINTAINER= huntting@glarp.com

LIB_DEPENDS=    gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

post-install:
    strip ${PREFIX}/bin/qcl

.include <bsd.port.mk>