wouldn't mind seeing other people continue to maintain these packages. Resetting to pkgsrc-users@NetBSD.org
25 lines
637 B
Makefile
25 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/11/25 23:32:13 othyro Exp $
|
|
#
|
|
|
|
DISTNAME= gdvb-0.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ftp://ftp.nopcode.org/prj/gdvb/ \
|
|
http://cvs.nopcode.org/ftp/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.nopcode.org/?t=gdvb
|
|
COMMENT= DVB channels manager frontend using JavaGTK
|
|
|
|
DEPENDS+= mplayer-[0-9]*:../../multimedia/mplayer
|
|
DEPENDS+= linuxtv-dvb-apps>=1.0:../../wip/linuxtv-dvb-apps
|
|
|
|
PKG_DESTDIR_SUPPORT= none
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../wip/libgtk-java/buildlink3.mk"
|
|
.include "../../mk/java-vm.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|