15 lines
392 B
Makefile
15 lines
392 B
Makefile
# $NetBSD: Makefile,v 1.9 2012/10/06 14:11:08 asau Exp $
|
|
|
|
DISTNAME= opendis-0.0.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://ods.sourceforge.net/dl/
|
|
|
|
MAINTAINER= pkgsrc-users@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"
|