mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
28 lines
594 B
Makefile
28 lines
594 B
Makefile
# Created by: Dylan Simon <dylan@dylex.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= orpie
|
|
PORTVERSION= 1.5.1
|
|
PORTREVISION= 6
|
|
CATEGORIES+= math
|
|
MASTER_SITES= http://pessimization.com/software/orpie/
|
|
|
|
MAINTAINER= dylan@dylex.net
|
|
COMMENT= A fullscreen RPN calculator for the console
|
|
|
|
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
|
|
LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|