2013-09-20 22:55:04 +02:00
|
|
|
# Created by: Dylan Simon <dylan@dylex.net>
|
2004-08-09 23:09:53 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= orpie
|
2014-08-03 15:02:11 +02:00
|
|
|
PORTVERSION= 1.5.2
|
2014-08-17 15:09:56 +02:00
|
|
|
PORTREVISION= 1
|
2004-08-09 23:09:53 +02:00
|
|
|
CATEGORIES+= math
|
2008-04-10 15:43:16 +02:00
|
|
|
MASTER_SITES= http://pessimization.com/software/orpie/
|
2004-08-09 23:09:53 +02:00
|
|
|
|
2014-05-11 00:04:01 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-07-07 17:31:01 +02:00
|
|
|
COMMENT= Fullscreen RPN calculator for the console
|
2004-08-09 23:09:53 +02:00
|
|
|
|
2014-08-03 15:02:11 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2014-07-14 20:42:04 +02:00
|
|
|
LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl
|
2004-08-09 23:09:53 +02:00
|
|
|
|
2014-05-26 14:28:33 +02:00
|
|
|
USES= gmake
|
2014-08-03 15:02:11 +02:00
|
|
|
USE_OCAML= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2004-08-09 23:09:53 +02:00
|
|
|
|
2014-05-11 00:03:19 +02:00
|
|
|
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
|
2004-08-09 23:09:53 +02:00
|
|
|
|
2014-08-03 15:02:11 +02:00
|
|
|
post-install:
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
|
|
|
|
2004-08-09 23:09:53 +02:00
|
|
|
.include <bsd.port.mk>
|