mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
cdd6358664
PR: ports/65743 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
22 lines
485 B
Makefile
22 lines
485 B
Makefile
# New ports collection makefile for: DCL-C-Gtk
|
|
# Date created: 15 February 2004
|
|
# Whom: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 2
|
|
|
|
MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp
|
|
COMMENT= Scientific graphic library for geoscience (with gtk support)
|
|
|
|
WITH_GTK= yes
|
|
|
|
MD5_FILE= ${.CURDIR}/../cdcl/distinfo
|
|
DESCR= ${.CURDIR}/../cdcl/pkg-descr
|
|
PLIST= ${.CURDIR}/../cdcl/pkg-plist
|
|
|
|
MASTERDIR= ${.CURDIR}/../cdcl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|