mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
fc1e8360af
- Update WWW - Style PR: ports/93433 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (1 month)
30 lines
547 B
Makefile
30 lines
547 B
Makefile
# New ports collection makefile for: mpexpr
|
|
# Date created: 20 April 2001
|
|
# Whom: Chuck Hein <geekdude@pacbell.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mpexpr
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= math tcl83
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= mpexpr
|
|
|
|
MAINTAINER= geekdude@pacbell.net
|
|
COMMENT= Multiple precision math for Tcl
|
|
|
|
WRKSRC= ${WRKDIR}/mpexpr-1.0/unix
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|
--exec-prefix=${PREFIX}
|
|
|
|
USE_TCL= 83
|
|
USE_TCL_BUILD= 83
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MANN= mpexpr.n
|
|
|
|
.include <bsd.port.mk>
|