summaryrefslogtreecommitdiff
path: root/x11-toolkits/movingmotif/Makefile
blob: 5eeceef3db20a9bb20fa510835d8ca21d49b1906 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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

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>