aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/movingmotif/Makefile
blob: a1645752e7e26db0e59459e097ad374167698480 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	movingmotif
PORTVERSION=	2.3.0
PORTREVISION=	3
CATEGORIES=	x11-toolkits
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}_2_1/movingmotiv-2.3.1

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Display scientific data as dynamic plot
WWW=		https://sourceforge.net/projects/movingmotif/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		motif libtool
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

CFLAGS_sparc64=	-O0

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so

.include <bsd.port.mk>