simple frontend to libgphoto2
This commit is contained in:
parent
2300039bc0
commit
8e3ec2556b
31
graphics/gphoto2/Makefile
Normal file
31
graphics/gphoto2/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/09 23:55:37 espie Exp $
|
||||
|
||||
COMMENT= 'digital camera command-line interface'
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>, Arnaud Launay <asl@launay.org>
|
||||
|
||||
DISTNAME= gphoto2-2.1.1
|
||||
PKGNAME= gphoto-2.1.1
|
||||
|
||||
HOMEPAGE=http://gphoto.sourceforge.net/
|
||||
|
||||
MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=gphoto/}
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
SEPARATE_BUILD= simple
|
||||
CONFIGURE_ARGS= --disable-nls --without-aalib
|
||||
MAKE_FLAGS= gphoto2_LDFLAGS=
|
||||
FAKE_FLAGS= gphoto2_LDFLAGS= DESTDIR=${WRKINST}
|
||||
|
||||
LIB_DEPENDS= gphoto2,gphoto2_port::graphics/libgphoto2 \
|
||||
jpeg::graphics/jpeg \
|
||||
popt::devel/popt
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/gphoto2/distinfo
Normal file
3
graphics/gphoto2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gphoto2-2.1.1.tar.gz) = c9a18f6720225d9c02415f3717df2d0b
|
||||
RMD160 (gphoto2-2.1.1.tar.gz) = 4ae3ac8fbf0bafeb3973abc8554813d6bd0505cb
|
||||
SHA1 (gphoto2-2.1.1.tar.gz) = ccdf3c457a8ccc55e415fe6fe440707bd036837b
|
7
graphics/gphoto2/pkg/DESCR
Normal file
7
graphics/gphoto2/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
gphoto2 is a command line client to libgphoto2. It allows almost everything
|
||||
that libgphoto2 can do. With it, one may use gPhoto from a terminal or
|
||||
from a shell script to perform any camera operation that can be done.
|
||||
|
||||
gphoto2 is the canonical user interface to libgphoto2.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
3
graphics/gphoto2/pkg/PLIST
Normal file
3
graphics/gphoto2/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/04/09 23:55:37 espie Exp $
|
||||
bin/gphoto2
|
||||
man/man1/gphoto2.1
|
Loading…
Reference in New Issue
Block a user