1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/math/emacs-calc/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

30 lines
558 B
Makefile

# Ports collection makefile for: emacs-calc
# Date created: 7/10/5
# Whom: andrewb@cs.cmu.edu
#
# $FreeBSD$
#
PORTNAME= calc
PORTVERSION= 2.02f
PORTREVISION= 5
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
CONFLICTS= emacs-22.* xemacs-packages-\*
USE_EMACS= yes
EMACS_PORT_NAME=emacs21
INFO= calc
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile
.include <bsd.port.mk>