22 lines
572 B
Makefile
22 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/06/15 12:40:25 grant Exp $
|
|
#
|
|
|
|
DISTNAME= libvideogfx-1.0.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= \
|
|
http://rachmaninoff.informatik.uni-mannheim.de/libvideogfx/data/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= \
|
|
http://rachmaninoff.informatik.uni-mannheim.de/libvideogfx/index.html
|
|
COMMENT= C++ library for low-level video processing
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_LANGUAGES= c++
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_X11= yes
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|