1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/math/ngraph/Makefile
Niclas Zeising 8ee09bfa62 math/ngraph: Fix build
Fix build by not trying to link against libXp (since it is deprecated).
Add missing xorg dependencies.
remove broken

MFH:		2019Q4
2019-10-02 08:40:24 +00:00

22 lines
444 B
Makefile

# Created by: nobu@rd.isac.co.jp
# $FreeBSD$
PORTNAME= ngraph
PORTVERSION= 6.3.54
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www2e.biglobe.ne.jp/~isizaka/bin/ \
PORTS_JP
DISTNAME= Ngraph-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= XY plotting tool for students, scientists, and engineers
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/gpl.txt
USES= gmake motif xorg
USE_XORG= ice sm x11 xext xt
.include <bsd.port.mk>