freebsd-ports/math/orpie/Makefile

30 lines
615 B
Makefile
Raw Normal View History

# Created by: Dylan Simon <dylan@dylex.net>
# $FreeBSD$
PORTNAME= orpie
2014-08-03 15:02:11 +02:00
PORTVERSION= 1.5.2
PORTREVISION= 1
CATEGORIES+= math
MASTER_SITES= http://pessimization.com/software/orpie/
MAINTAINER= ports@FreeBSD.org
COMMENT= Fullscreen RPN calculator for the console
2014-08-03 15:02:11 +02:00
LICENSE= GPLv2
LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl
USES= gmake
2014-08-03 15:02:11 +02:00
USE_OCAML= yes
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
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
2014-08-03 15:02:11 +02:00
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>