mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
426 B
Makefile
21 lines
426 B
Makefile
# New ports collection makefile for: ngraph
|
|
# Date created: 18 Aug 1999
|
|
# Whom: nobu@rd.isac.co.jp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ngraph
|
|
PORTVERSION= 6.3.06
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www2e.biglobe.ne.jp/~isizaka/bin/ \
|
|
${MASTER_SITE_PORTS_JP}
|
|
DISTNAME= Ngraph-${PORTVERSION}-src
|
|
|
|
MAINTAINER= sanpei@jp.FreeBSD.org
|
|
|
|
REQUIRES_MOTIF= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|