c4e71c5e7a
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
15 lines
390 B
Makefile
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"
|