mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
23 lines
492 B
Makefile
23 lines
492 B
Makefile
# New ports collection makefile for: libmath++
|
|
# Date created: 14 February 2004
|
|
# Whom: John Baldwin <jhb@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmath++
|
|
PORTVERSION= 0.0.3
|
|
CATEGORIES= math devel
|
|
MASTER_SITES= http://www.robertjohnkaper.com/downloads/atlantik/
|
|
|
|
MAINTAINER= jhb@FreeBSD.org
|
|
COMMENT= C++ Library for Symbolic and Numeric Calculus Applications
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|