25 lines
581 B
Makefile
25 lines
581 B
Makefile
# $OpenBSD: Makefile,v 1.11 2002/12/29 20:08:46 fgsch Exp $
|
|
|
|
COMMENT= "universal digital camera picture control tool"
|
|
|
|
DISTNAME= gphoto-0.4.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.gphoto.org/dist/
|
|
|
|
HOMEPAGE= http://www.gphoto.org/
|
|
|
|
LIB_DEPENDS= Imlib.19,gdk_imlib::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>
|