Revision 25642,
320 bytes
checked in by jdreed, 13 years ago
(diff) |
In thirdparty-languages:
* Maybe depend on gccgo (Trac: #1155)
In thirdparty-simulation:
* Add jmol, jmol-applet if available (Trac: #1155)
|
-
Property svn:executable set to
*
|
Rev | Line | |
---|
[25302] | 1 | #!/usr/bin/make -f |
---|
| 2 | |
---|
[25642] | 3 | HAVE_GCCGO = $(shell apt-cache show gccgo 2>/dev/null | grep -q '^Version:' & echo y) |
---|
| 4 | |
---|
| 5 | ifeq ($(HAVE_GCCGO),y) |
---|
| 6 | binary-predeb/debathena-thirdparty-languages:: |
---|
| 7 | echo "debathena-maybe-gccgo=gccgo" >> debian/debathena-thirdparty-languages.substvars |
---|
| 8 | endif |
---|
| 9 | |
---|
[25302] | 10 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
Note: See
TracBrowser
for help on using the repository browser.