Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / orpie / Makefile
1 # Created by: Dylan Simon <dylan@dylex.net>
2 # $FreeBSD$
3
4 PORTNAME=       orpie
5 PORTVERSION=    1.5.2
6 PORTREVISION=   1
7 CATEGORIES+=    math
8 MASTER_SITES=   http://pessimization.com/software/orpie/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Fullscreen RPN calculator for the console
12
13 LICENSE=        GPLv2
14
15 LIB_DEPENDS=    libgsl.so:${PORTSDIR}/math/gsl
16
17 USES=           gmake
18 USE_OCAML=      yes
19 GNU_CONFIGURE=  yes
20 MAKE_JOBS_UNSAFE=       yes
21
22 PLIST_FILES=    bin/orpie bin/orpie-curses-keys etc/orpierc \
23                 man/man1/orpie.1.gz man/man1/orpie-curses-keys.1.gz \
24                 man/man5/orpierc.5.gz
25
26 post-install:
27         @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
28
29 .include <bsd.port.mk>