c0f51fae12
- Add USES=libtool and bump dependent ports - Add USES=pathfix and INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstage port)
29 lines
615 B
Makefile
29 lines
615 B
Makefile
# Created by: Dylan Simon <dylan@dylex.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= orpie
|
|
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
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl
|
|
|
|
USES= gmake
|
|
USE_OCAML= yes
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
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>
|