50463ea0f0
- bump NEED_VERSION - add HOMEPAGE - remove redundant gtk dependency - define DOCDIR so the docdir hardcoded in gphoto is correct
26 lines
589 B
Makefile
26 lines
589 B
Makefile
# $OpenBSD: Makefile,v 1.9 2001/04/07 01:34:19 brad Exp $
|
|
|
|
COMMENT= "universal digital camera picture control tool"
|
|
|
|
DISTNAME= gphoto-0.4.3
|
|
CATEGORIES= graphics
|
|
NEED_VERSION= 1.384
|
|
MASTER_SITES= http://www.gphoto.org/dist/
|
|
|
|
HOMEPAGE= http://www.gphoto.org/
|
|
|
|
LIB_DEPENDS= Imlib.19::graphics/imlib \
|
|
Magick.5::graphics/ImageMagick
|
|
|
|
MAINTAINER= Dug Song <dugsong@monkey.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= CPPFLAGS='-DDOCDIR="${PREFIX}/share/doc/gphoto"'
|
|
|
|
.include <bsd.port.mk>
|