mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
4e896a50f8
- math/p5-Math-GSL does not seem to have any upstream activity to make it work with this version -> mark it broken - this also breaks the two consumers of this port - biology/gemma: has a conflict with cblas, and is makred broken. PR: 241363 Exp-run by: antoine
34 lines
755 B
Makefile
34 lines
755 B
Makefile
# Created by: Dylan Simon <dylan@dylex.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= orpie
|
|
PORTVERSION= 1.5.2
|
|
PORTREVISION= 5
|
|
CATEGORIES+= math
|
|
MASTER_SITES= GENTOO http://pessimization.com/software/orpie/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Fullscreen RPN calculator for the console
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libgsl.so:math/gsl
|
|
|
|
USES= gmake ncurses
|
|
USE_OCAML= yes
|
|
USE_OCAML_CAMLP4=yes
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
NOT_FOR_ARCHS= armv6
|
|
NOT_FOR_ARCHS_REASON= architectures with double-word alignment for doubles are not supported
|
|
|
|
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
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
|
|
|
.include <bsd.port.mk>
|