freebsd-ports/math/emacs-calc/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

27 lines
569 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= 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
INFO= calc
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile
.include <bsd.port.mk>