diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-09 21:09:53 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-09 21:09:53 +0000 |
commit | 499e98584d4da3ad35616c6c74ce2c72a70a17cd (patch) | |
tree | 915ff8b14096048631f87ec93c422e7f2f685d77 /math/orpie/Makefile | |
parent | 0f39a6456b8ad46546714eaade322e8abfabfccc (diff) | |
download | ports-499e98584d4da3ad35616c6c74ce2c72a70a17cd.tar.gz ports-499e98584d4da3ad35616c6c74ce2c72a70a17cd.zip |
Notes
Diffstat (limited to 'math/orpie/Makefile')
-rw-r--r-- | math/orpie/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/math/orpie/Makefile b/math/orpie/Makefile new file mode 100644 index 000000000000..60c509cc5e80 --- /dev/null +++ b/math/orpie/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: orpie +# Date created: 4 August 2004 +# Whom: Dylan Simon <dylan@dylex.net> +# +# $FreeBSD$ +# + +PORTNAME= orpie +PORTVERSION= 1.3.1 +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.6:${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> |