pkgsrc/graphics/libvideogfx/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

22 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/06/02 01:19:22 jschauma 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_BUILDLINK2= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
USE_X11= yes
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"