summaryrefslogtreecommitdiff
path: root/graphics/gphoto2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gphoto2/Makefile')
-rw-r--r--graphics/gphoto2/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile
deleted file mode 100644
index 4e15d677e081..000000000000
--- a/graphics/gphoto2/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: gphoto
-# Version required: gphoto-19990511
-# Date created: 26 May 1999
-# Whom: Anders Nordby <anders@fix.no>
-#
-# $FreeBSD$
-#
-
-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>