openbsd-ports/graphics/gphoto/Makefile

49 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.19 2006/02/08 20:09:22 steven Exp $
COMMENT= "universal digital camera picture control tool"
DISTNAME= gphoto-0.4.3
PKGNAME= ${DISTNAME}p1
SHARED_LIBS= gphoto_canon 0.0 \
gphoto_casio_qv 0.0 \
gphoto_coolpix600 0.0 \
gphoto_dimage_v 0.0 \
gphoto_dir 0.0 \
gphoto_fuji 0.0 \
gphoto_kodak_dc2x 0.0 \
gphoto_kodak_generic 0.0 \
gphoto_konica_qm100 0.0 \
gphoto_konica_qmxxx 0.0 \
gphoto_mustek_mdc800 1.0 \
gphoto_philips 0.5 \
gphoto_photopc 0.0 \
gphoto_ricoh300z 0.0 \
gphoto_samsung 0.0 \
gphoto_sony_dscf1 0.0 \
gphoto_sony_dscf55 0.0
CATEGORIES= graphics
MASTER_SITES= http://www.gphoto.org/dist/
HOMEPAGE= http://www.gphoto.org/
LIB_DEPENDS= gdk_imlib::graphics/imlib
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xi ICE SM c gdk glib gmodule gtk \
jpeg m png tiff ungif z
MODULES= devel/gettext
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS='-DDOCDIR="${PREFIX}/share/doc/gphoto"'
post-extract:
@perl -pi -e 's/\r$$//' ${WRKSRC}/sony/command.c
.include <bsd.port.mk>