freebsd-ports/x11-toolkits/movingmotif/Makefile
2021-04-06 16:31:07 +02:00

24 lines
458 B
Makefile

# Created by: ijliao
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>