diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-27 22:46:08 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-27 22:46:08 +0000 |
| commit | 1b9c85e3ced0abeeb3618ef07e4f609e72c97c7c (patch) | |
| tree | f4a5eaa0e5bd2c9a6a16e117c6b6ca90991f7e8d | |
| parent | Add cdcl-gtk, a slave port for science/cdcl with enabled Gtk support. (diff) | |
- Make MAINTAINER and COMMENT fields overridable by slave port
| -rw-r--r-- | science/cdcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/cdcl/Makefile b/science/cdcl/Makefile index c543b1f68718..2a5b92761c15 100644 --- a/science/cdcl/Makefile +++ b/science/cdcl/Makefile @@ -11,8 +11,8 @@ CATEGORIES= science graphics MASTER_SITES= http://www.gfd-dennou.org/arch/dcl/ DISTNAME= dcl-5.2-C.3 -MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp -COMMENT= Scientific graphic library for geoscience +MAINTAINER?= murakami@ahs.scitec.kobe-u.ac.jp +COMMENT?= Scientific graphic library for geoscience .if defined(WITH_GTK) PKGNAMESUFFIX= -gtk |
