adcebfa2a2
- Fix cdcl-gtk package PR: ports/64241 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
19 lines
460 B
Makefile
19 lines
460 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= 1
|
|
|
|
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
|
|
|
|
.include "${.CURDIR}/../cdcl/Makefile"
|