4ec01559b5
- small changes to plugin api - support video downscaling for ogg/theora videos - russian translation
24 lines
720 B
Makefile
24 lines
720 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/01/08 01:09:14 jmcneill Exp $
|
|
|
|
DISTNAME= ucview-0.22
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://unicap-imaging.org/downloads/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://unicap-imaging.org/
|
|
COMMENT= Video capture and display program based on unicap
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= perl pkg-config gmake
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../graphics/unicap/buildlink3.mk"
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|