mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 23:09:19 -04:00
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
29 lines
599 B
Makefile
29 lines
599 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
|
|
|
|
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>
|