openbsd-ports/graphics/gphoto/Makefile

49 lines
1.1 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2006/02/08 20:09:22 steven Exp $
2000-11-29 23:41:55 -05:00
COMMENT= "universal digital camera picture control tool"
2000-11-29 23:41:55 -05:00
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
2005-12-30 07:14:40 -05:00
CATEGORIES= graphics
MASTER_SITES= http://www.gphoto.org/dist/
HOMEPAGE= http://www.gphoto.org/
2005-01-18 09:17:13 -05:00
LIB_DEPENDS= gdk_imlib::graphics/imlib
2000-03-16 20:09:59 -05:00
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 \
2004-11-29 20:06:33 -05:00
jpeg m png tiff ungif z
2000-03-16 20:09:59 -05:00
MODULES= devel/gettext
2005-12-30 07:14:40 -05:00
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS='-DDOCDIR="${PREFIX}/share/doc/gphoto"'
2004-05-15 14:37:53 -04:00
post-extract:
@perl -pi -e 's/\r$$//' ${WRKSRC}/sony/command.c
.include <bsd.port.mk>