summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-02-15 16:22:03 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-02-15 16:22:03 +0000
commit3d21aaa5cbcd4de3bbbfec592828e18bed43e3ae (patch)
treec3a11aa9043110f70fbc76f37b2e9593f4e5912f /eclass/motif.eclass
parentremove motif.eclass, it's not used and will be replaced by motif-config (diff)
downloadgentoo-2-3d21aaa5cbcd4de3bbbfec592828e18bed43e3ae.tar.gz
gentoo-2-3d21aaa5cbcd4de3bbbfec592828e18bed43e3ae.tar.bz2
gentoo-2-3d21aaa5cbcd4de3bbbfec592828e18bed43e3ae.zip
You can't remove eclasses
Diffstat (limited to 'eclass/motif.eclass')
-rw-r--r--eclass/motif.eclass14
1 files changed, 14 insertions, 0 deletions
diff --git a/eclass/motif.eclass b/eclass/motif.eclass
new file mode 100644
index 000000000000..05eeaa8ebee5
--- /dev/null
+++ b/eclass/motif.eclass
@@ -0,0 +1,14 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/eclass/motif.eclass,v 1.6 2005/02/15 16:22:03 mr_bones_ Exp $
+#
+# Heinrich Wednel <lanius@gentoo.org>
+
+inherit eutils
+
+ECLASS=motif
+INHERITED="$INHERITED $ECLASS"
+
+LESSTIF_INC_DIR="/usr/X11R6/include/lesstif"
+LESSTIF_LIB_DIR="/usr/X11R6/$(get_libdir)/lesstif"
+LESSTIF_BIN_DIR="/usr/X11R6/bin/lesstif"