pkgsrc/graphics/vp/Makefile
jlam ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00

18 lines
446 B
Makefile

# $NetBSD: Makefile,v 1.11 2006/07/07 15:49:32 jlam Exp $
#
DISTNAME= vp-1.5
PKGREVISION= 7
CATEGORIES= graphics
MASTER_SITES= http://math.smsu.edu/~erik/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://math.smsu.edu/~erik/software.php?id=63
COMMENT= Image viewer
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"