1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/graphics/gphoto2/Makefile
Chris Piazza 63632e432b Update to 0.3.2 with modifications by me.
PR:		12404
Submitted by:	Anders Nordby <anders@fix.no>, maintainer
1999-07-20 03:41:23 +00:00

31 lines
815 B
Makefile

# New ports collection makefile for: gphoto
# Version required: gphoto-19990511
# Date created: 26 May 1999
# Whom: Anders Nordby <anders@fix.no>
#
# $Id: Makefile,v 1.1.1.1 1999/06/06 17:22:09 steve Exp $
#
DISTNAME= gphoto-0.3.2
CATEGORIES= graphics
MASTER_SITES= http://www.mustec.eu.org/~psj/downloads/ \
http://www.freenix.no/~anders/
MAINTAINER= anders@fix.no
BUILD_DEPENDS= ${X11BASE}/include/ppm.h:${PORTSDIR}/graphics/netpbm
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
gdk_imlib.4:${PORTSDIR}/graphics/imlib
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
USE_LIBTOOL= yes
CONFIGURE_ENV= GLIB_CONFIG="${PREFIX}/bin/glib12-config" \
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
IMLIB_CONFIG="${X11BASE}/bin/imlib-config" \
MAN1= gphoto.1
ALL_TARGET=
.include <bsd.port.mk>