aboutsummaryrefslogtreecommitdiffstats
path: root/math/emacs-calc/Makefile
blob: 53314368924d14d510a490e8d359cdf318499c9a (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
# Ports collection makefile for:    emacs-calc
# Date created:     7/10/5
# Whom:         andrewb@cs.cmu.edu
#
# $FreeBSD$
#

PORTNAME=   calc
PORTVERSION=    2.02f
PORTREVISION=   1
CATEGORIES= math editors
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX=  emacs-

MAINTAINER= andrewb@cs.cmu.edu
COMMENT=    Arbitrary-precision calculator for Emacs

RUN_DEPENDS=    emacs:${PORTSDIR}/editors/emacs
BUILD_DEPENDS=  emacs:${PORTSDIR}/editors/emacs

BROKEN=     Incorrect pkg-plist

INFO=       calc

post-patch:
    @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile

.include <bsd.port.mk>