ad6cb11b6d
Remove wip from CATEGORIES, and guess category if wip was the only one specified.
22 lines
600 B
Makefile
22 lines
600 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/11/02 18:00:13 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= gdvb-0.2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ftp://ftp.nopcode.org/prj/gdvb/ \
|
|
http://cvs.nopcode.org/ftp/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
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
|
|
|
|
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"
|