pkgsrc/graphics/ogle_gui/Makefile
wiz 9563bf7c1d Update to 0.9.1.
New in 0.9.1:
oglerc-option fixes. HP-UX fixes.
New in 0.9.0:
Only updates for keybinding to the new functions.
2003-04-10 10:22:10 +00:00

31 lines
812 B
Makefile

# $NetBSD: Makefile,v 1.13 2003/04/10 10:22:10 wiz Exp $
DISTNAME= ogle_gui-0.9.1
CATEGORIES= graphics
MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/
COMMENT= GUI for the Ogle DVD player
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_X11= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --bindir=${PREFIX}/lib/ogle
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
LDFLAGS+= ${BUILDLINK_LDFLAGS.ogle}
.include "../../devel/binutils/buildlink2.mk"
.include "../../devel/libglade/buildlink2.mk"
.include "../../graphics/ogle/buildlink2.mk"
.include "../../lang/gcc/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"