1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/math/orpie/Makefile
Martin Wilke e9ed236366 - Convert gmake,bzip2 to USES
Approved by:	portmgr
2014-05-26 12:28:33 +00:00

26 lines
609 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= ports@FreeBSD.org
COMMENT= A fullscreen RPN calculator for the console
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl
GNU_CONFIGURE= yes
USES= gmake
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
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
.include <bsd.port.mk>