| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/macopix-1.7.4.ebuild,v 1.5 2011/12/04 16:38:00 jer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/macopix-1.7.4.ebuild,v 1.6 2012/05/05 04:53:48 jdhore Exp $ |
| 4 | |
4 | |
| 5 | EAPI=2 |
5 | EAPI=2 |
| 6 | DESCRIPTION="MaCoPiX (Mascot Constructive Pilot for X) is a desktop mascot application on UNIX / X Window system." |
6 | DESCRIPTION="MaCoPiX (Mascot Constructive Pilot for X) is a desktop mascot application on UNIX / X Window system." |
| 7 | HOMEPAGE="http://rosegray.sakura.ne.jp/macopix/index-e.html" |
7 | HOMEPAGE="http://rosegray.sakura.ne.jp/macopix/index-e.html" |
| 8 | |
8 | |
| … | |
… | |
| 37 | nls? ( >=sys-devel/gettext-0.10 ) |
37 | nls? ( >=sys-devel/gettext-0.10 ) |
| 38 | media-libs/libpng |
38 | media-libs/libpng |
| 39 | gnutls? ( net-libs/gnutls ) |
39 | gnutls? ( net-libs/gnutls ) |
| 40 | !gnutls? ( dev-libs/openssl )" |
40 | !gnutls? ( dev-libs/openssl )" |
| 41 | DEPEND="${RDEPEND} |
41 | DEPEND="${RDEPEND} |
| 42 | dev-util/pkgconfig" |
42 | virtual/pkgconfig" |
| 43 | |
43 | |
| 44 | src_configure() { |
44 | src_configure() { |
| 45 | export LIBS="-lX11" |
45 | export LIBS="-lX11" |
| 46 | econf \ |
46 | econf \ |
| 47 | --with-gtk2 \ |
47 | --with-gtk2 \ |