diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-06 17:22:13 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-06 17:22:13 +0000 |
commit | c3d3315fc1f01494e1f0eb5f55925e86a866c405 (patch) | |
tree | 2ac64de7cdf96828b55bb608ecd2c20672a31180 /graphics/gphoto/Makefile | |
parent | Activate the perl2html port. (diff) |
Initial import of gphoto version 19990511.
A universal digital camera picture control tool.
PR: 11892
Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'graphics/gphoto/Makefile')
-rw-r--r-- | graphics/gphoto/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile new file mode 100644 index 000000000000..9c6362ce6e67 --- /dev/null +++ b/graphics/gphoto/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gphoto +# Version required: gphoto-19990511 +# Date created: 26 May 1999 +# Whom: Anders Nordby <anders@fix.no> +# +# $Id$ +# + +DISTNAME= gphoto-19990511 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.gphoto.org/projects/gphoto/pub/snap/ \ + http://www.freenix.no/~anders/ +EXTRACT_SUFX= .tgz + +MAINTAINER= anders@fix.no + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + gdk_imlib.4:${PORTSDIR}/graphics/imlib +RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick + +USE_GMAKE= yes + +MAN1= gphoto.1 + +ALL_TARGET= + +.include <bsd.port.mk> |