# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/media-video/mjpegtools/mjpegtools-1.6.1.91.ebuild,v 1.2 2003/11/26 14:10:23 vapier Exp $ inherit flag-o-matic DESCRIPTION="Subtitle editor with GUI" HOMEPAGE="http://www.home.zonnet.nl/panteltje/subtitles/" SRC_URI="http://www.home.zonnet.nl/panteltje/subtitles/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="x11-libs/xforms media-libs/libmpeg3 >=media-libs/freetype-2.0.0" src_compile() { xmkmf || die emake EXTRA_INCLUDES="-I/usr/X11R6/include/X11 -I/usr/include/freetype2" || die } src_install() { dobin xste dodir /video/vie dodoc CHANGES INSTALL README ${P}.lsm xste.xpm xsteuser.tgz dodoc xste.1x.html xste.man }