summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-10-20 23:18:38 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-10-20 23:18:38 +0000
commitf813f0595be31bd701fe7ad6153b68a5913a024a (patch)
tree5ce6f46582504e182ab3448e26b58e727d0b9e6e /media-gfx/monica/monica-3.7.ebuild
parentKeyworded and stable for sparc, security bug #192989 (diff)
downloadgentoo-2-f813f0595be31bd701fe7ad6153b68a5913a024a.tar.gz
gentoo-2-f813f0595be31bd701fe7ad6153b68a5913a024a.tar.bz2
gentoo-2-f813f0595be31bd701fe7ad6153b68a5913a024a.zip
Bug #242920, version bump.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc6-00521-gcdbf87e x86_64)
Diffstat (limited to 'media-gfx/monica/monica-3.7.ebuild')
-rw-r--r--media-gfx/monica/monica-3.7.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/media-gfx/monica/monica-3.7.ebuild b/media-gfx/monica/monica-3.7.ebuild
new file mode 100644
index 000000000000..1c8b04ca5e08
--- /dev/null
+++ b/media-gfx/monica/monica-3.7.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/monica/monica-3.7.ebuild,v 1.1 2008/10/20 23:18:38 robbat2 Exp $
+
+inherit eutils
+
+DESCRIPTION="Monica is a Monitor Calibration Tool"
+HOMEPAGE="http://www.pcbypaul.com/software/monica.html"
+SRC_URI="http://www.pcbypaul.com/software/dl/${P}.tar.bz2"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64"
+IUSE=""
+DEPEND="x11-libs/fltk"
+RDEPEND="x11-apps/xgamma
+ ${DEPEND}"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-3.6-makefile-cleanup.patch
+ make clean
+}
+
+src_compile() {
+ emake CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+ dobin monica || die "installing failed"
+ dodoc authors ChangeLog news readme
+}