27 lines
706 B
Makefile
27 lines
706 B
Makefile
# $NetBSD: Makefile,v 1.27 2014/10/01 14:32:59 wiz Exp $
|
|
|
|
DISTNAME= gst123-0.3.3
|
|
PKGREVISION= 3
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://space.twc.de/~stefan/gst123/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://space.twc.de/~stefan/gst123.php
|
|
COMMENT= Flexible command line player based on gstreamer
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
USE_TOOLS+= pkg-config gmake
|
|
|
|
USE_NCURSES= yes
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|