pkgsrc/graphics/opendis/Makefile
jlam c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00

15 lines
390 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/06/11 06:34:37 jlam Exp $
DISTNAME= opendis-0.0.3
CATEGORIES= graphics
MASTER_SITES= http://ods.sourceforge.net/dl/
MAINTAINER= sommerfeld@netbsd.org
HOMEPAGE= http://ods.sourceforge.net/
COMMENT= Download images from Flashpoint Digita-based cameras
#USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
.include "../../mk/bsd.pkg.mk"