76cebd1b34
rpc is a full-screen RPN calculator program
20 lines
437 B
Makefile
20 lines
437 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: rpc
|
|
# Date created: Mar 21, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rpc
|
|
PORTVERSION= 0.93
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/rpc/
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath
|
|
|
|
.include <bsd.port.mk>
|