2002-09-13 21:00:01 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: movingmotif
|
|
|
|
# Date created: Sep 13, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= movingmotif
|
2008-02-26 18:07:04 +01:00
|
|
|
PORTVERSION= 2.3.0
|
2002-09-13 21:00:01 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
2009-08-22 02:39:37 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_2_1/movingmotiv-2.3.1
|
2002-09-13 21:00:01 +02:00
|
|
|
|
2008-02-26 18:07:04 +01:00
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Display scientific data as dynamic plot
|
2002-09-13 21:00:01 +02:00
|
|
|
|
|
|
|
USE_MOTIF= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-08-15 03:13:42 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-09-13 21:00:01 +02:00
|
|
|
|
2008-02-01 13:52:44 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "sparc64"
|
2008-02-26 18:07:04 +01:00
|
|
|
CONFIGURE_ENV+= CFLAGS="-O0"
|
2008-02-01 13:52:44 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|