pkgsrc-wip/dfbsee/Makefile
Juan Romero Pardines d7a6327b9e Initial import of dfbsee 0.7.4
DFBSee is an image viewer and video player using DirectFB. It asks DirectFB
for a suitable  media  provider  for  the given files and displays them.

--- 

Only for Linux systems ...
2003-06-03 03:13:27 +00:00

26 lines
621 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/06/03 03:13:27 xtraeme Exp $
#
DISTNAME= DFBSee-0.7.4
PKGNAME= ${DISTNAME:S/DFBS/dfbs/}
CATEGORIES= graphics
MASTER_SITES= http://www.directfb.org/download/DFBSee/
MAINTAINER= jrp@hispabsd.org
HOMEPAGE= http://www.directfb.org/download/DFBSee/
COMMENT= Image viewer for DirectFB
ONLY_FOR_PLATFORM= Linux-*-*
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../wip/directfb/buildlink2.mk"
.include "../../mk/ossaudio.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"