1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/math/orpie/Makefile
Martin Wilke 245e453c6c - Update to 1.4.3
PR:		ports/103582
Submitted by:	Dylan Simon <dylan(at)dylex.net> (maintainer)
2006-09-25 09:56:22 +00:00

31 lines
726 B
Makefile

# New ports collection makefile for: orpie
# Date created: 4 August 2004
# Whom: Dylan Simon <dylan@dylex.net>
#
# $FreeBSD$
#
PORTNAME= orpie
PORTVERSION= 1.4.3
CATEGORIES+= math
MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/orpie/
MAINTAINER= dylan@dylex.net
COMMENT= A fullscreen RPN calculator for the console
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
PLIST_FILES= bin/orpie bin/orpie-curses-keys etc/orpierc
MAN1= orpie.1 orpie-curses-keys.1
MAN5= orpierc.5
.include <bsd.port.mk>