aboutsummaryrefslogtreecommitdiff
path: root/math/orpie/Makefile
blob: 5b5f486e642b3d735d989bd7d3dec41d1c90c3a9 (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
# Created by: Dylan Simon <dylan@dylex.net>
# $FreeBSD$

PORTNAME=	orpie
PORTVERSION=	1.5.1
PORTREVISION=	6
CATEGORIES+=	math
MASTER_SITES=	http://pessimization.com/software/orpie/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Fullscreen RPN calculator for the console

BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml
LIB_DEPENDS=	gsl:${PORTSDIR}/math/gsl

GNU_CONFIGURE=	yes
USES=		gmake
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

PLIST_FILES=	bin/orpie bin/orpie-curses-keys etc/orpierc \
		man/man1/orpie.1.gz man/man1/orpie-curses-keys.1.gz \
		man/man5/orpierc.5.gz

.include <bsd.port.mk>