b3759e494e
- While I'm here, use bsd.emacs.mk instead of hard coding the dependency PR: ports/124859 Submitted by: Peter Jeremy <peterjeremy at optushome.com.au> Approved by: Andrew Bernard" <andrewb at cs.cmu.edu> (maintainer)
29 lines
558 B
Makefile
29 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= 2
|
|
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>
|