blob: 07ab2b48c83b6f086acc34a7c731ea4a995692a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: ijliao
# $FreeBSD$
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>
|