relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
21 lines
552 B
Makefile
21 lines
552 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/02/14 17:21:43 jlam 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
|
|
GNU_CONFIGURE= YES
|
|
USE_X11= yes
|
|
|
|
.include "../../graphics/jpeg/buildlink2.mk"
|
|
.include "../../graphics/png/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|