1999-06-06 17:22:13 +00:00
|
|
|
# New ports collection makefile for: gphoto
|
|
|
|
# Version required: gphoto-19990511
|
|
|
|
# Date created: 26 May 1999
|
|
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1999-06-06 17:22:13 +00:00
|
|
|
#
|
|
|
|
|
1999-07-20 03:41:23 +00:00
|
|
|
DISTNAME= gphoto-0.3.2
|
1999-06-06 17:22:13 +00:00
|
|
|
CATEGORIES= graphics
|
1999-07-20 03:41:23 +00:00
|
|
|
MASTER_SITES= http://www.mustec.eu.org/~psj/downloads/ \
|
1999-06-06 17:22:13 +00:00
|
|
|
http://www.freenix.no/~anders/
|
|
|
|
|
|
|
|
MAINTAINER= anders@fix.no
|
|
|
|
|
1999-07-20 03:41:23 +00:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/ppm.h:${PORTSDIR}/graphics/netpbm
|
1999-06-06 17:22:13 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
|
|
gdk_imlib.4:${PORTSDIR}/graphics/imlib
|
|
|
|
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
|
1999-07-20 03:41:23 +00:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= GLIB_CONFIG="${PREFIX}/bin/glib12-config" \
|
|
|
|
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
|
|
|
IMLIB_CONFIG="${X11BASE}/bin/imlib-config" \
|
1999-06-06 17:22:13 +00:00
|
|
|
|
|
|
|
MAN1= gphoto.1
|
|
|
|
|
|
|
|
ALL_TARGET=
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|