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
|
2002-10-23 10:38:28 +02:00
|
|
|
PORTVERSION= 2.2.0
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2002-09-13 21:00:01 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@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
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2002-10-23 10:38:28 +02:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2002-09-13 21:00:01 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|