aboutsummaryrefslogtreecommitdiffstats
path: root/math/rpc/Makefile
blob: 2263779cfa8dad7953a9d345d984eb743a5deb72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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.97
PORTREVISION=   0
CATEGORIES= math
MASTER_SITES=   http://www.eecs.umich.edu/~pelzlpj/rpc/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A full-screen RPN calculator program

BUILD_DEPENDS=  ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath
RUN_DEPENDS=    ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath

USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/doc/manual ${DOCSDIR}
.endif

.include <bsd.port.mk>