22 lines
595 B
Makefile
22 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.12 2006/04/17 13:45:59 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libvideogfx-1.0.3
|
|
PKGREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= \
|
|
http://rachmaninoff.informatik.uni-mannheim.de/libvideogfx/data/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= \
|
|
http://rachmaninoff.informatik.uni-mannheim.de/libvideogfx/index.html
|
|
COMMENT= C++ library for low-level video processing
|
|
|
|
USE_LANGUAGES= c++
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|