04d355a5cb
LTCONFIG_OVERRIDE -> one less patch.
19 lines
474 B
Makefile
19 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.9 2000/08/14 19:00:31 wiz Exp $
|
|
|
|
DISTNAME= gphoto-0.4.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.gphoto.org/projects/gphoto/pub/tar/0.4/
|
|
|
|
MAINTAINER= jmcm@cs.cmu.edu
|
|
HOMEPAGE= http://www.gphoto.org/
|
|
|
|
DEPENDS+= imlib>=1.9.8:../../graphics/imlib
|
|
|
|
USE_X11BASE= yes
|
|
USE_LIBTOOL= yes
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|