mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
89fd1b3959
want to build this yourself. If you intend to use LessTif you'll need to compile it with 'make MOTIF2=yes install'. PR: 15047 Submitted by: maintainer
21 lines
434 B
Makefile
21 lines
434 B
Makefile
# New ports collection makefile for: ngraph
|
|
# Version required: 6.03
|
|
# Date created: 18 Aug 1999
|
|
# Whom: nobu@rd.isac.co.jp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= Ngraph-6.3.06-src
|
|
PKGNAME= ngraph-6.3.06
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www2e.biglobe.ne.jp/~isizaka/bin/ \
|
|
${MASTER_SITE_PORTS_JP}
|
|
|
|
MAINTAINER= sanpei@jp.FreeBSD.org
|
|
|
|
REQUIRES_MOTIF= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|