diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-11-11 11:38:02 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-11-11 11:38:02 +0000 |
commit | 4a00b90f5ffbba9ff0560925e0beb2d59f95704d (patch) | |
tree | 8a2adbce50b7270b66ffdf3f763563d30d0b8768 /sci-chemistry/gabedit/files/CONFIG.Gentoo | |
parent | Drop old version. (diff) | |
download | gentoo-2-4a00b90f5ffbba9ff0560925e0beb2d59f95704d.tar.gz gentoo-2-4a00b90f5ffbba9ff0560925e0beb2d59f95704d.tar.bz2 gentoo-2-4a00b90f5ffbba9ff0560925e0beb2d59f95704d.zip |
Initial addition
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/gabedit/files/CONFIG.Gentoo')
-rw-r--r-- | sci-chemistry/gabedit/files/CONFIG.Gentoo | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-chemistry/gabedit/files/CONFIG.Gentoo b/sci-chemistry/gabedit/files/CONFIG.Gentoo new file mode 100644 index 000000000000..243a51551c32 --- /dev/null +++ b/sci-chemistry/gabedit/files/CONFIG.Gentoo @@ -0,0 +1,13 @@ +GTKLIB = `pkg-config --libs gtk+-2.0 pangox gtkglext-1.0` +GTKCFLAGS = `pkg-config --cflags gtk+-2.0 pangox gtkglext-1.0` +OGLLIB = `pkg-config --libs glu` +OGLCFLAGS = `pkg-config --cflags glu` +X11LIB = `pkg-config --libs x11` +LIBPTHREAD = -lpthread +RM = rm -f +MAKE = make +WIN32LIB = + +#DRAWGEOMGL= +DRAWGEOMGL=-DDRAWGEOMGL + |