freebsd-ports/math/emacs-calc/Makefile
Pav Lucistnik b0c59b7e6d - Respect PREFIX
PR:		ports/84622
Submitted by:	Andrew Bernard <andrewb@cs.cmu.edu> (maintainer)
2005-09-16 20:16:09 +00:00

28 lines
572 B
Makefile

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