summaryrefslogtreecommitdiffstats
path: root/graphics/solang/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/solang/Makefile')
-rw-r--r--graphics/solang/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/graphics/solang/Makefile b/graphics/solang/Makefile
deleted file mode 100644
index 2349e8ffb..000000000
--- a/graphics/solang/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: solang
-# Date created: 2009-06-11
-# Whom: Ashish SHUKLA <wahjava@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= solang
-PORTVERSION= 0.3
-PORTREVISION= 10
-CATEGORIES= graphics
-MASTER_SITES= http://rishi.fedorapeople.org/solang/
-
-PATCH_SITES= http://rishi.fedorapeople.org/
-PATCHFILES= 0001-Ported-to-libgdamm-4.x.patch
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= ashish@FreeBSD.org
-COMMENT= A photo manager for GNOME
-
-LIB_DEPENDS= gegl-0.1.105:${PORTSDIR}/graphics/gegl \
- exiv2.10:${PORTSDIR}/graphics/exiv2 \
- flickcurl.0:${PORTSDIR}/www/flickcurl \
- gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview \
- webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 \
- gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
- soup-2.4.1:${PORTSDIR}/devel/libsoup \
- gdl-1.3:${PORTSDIR}/x11-toolkits/gdl \
- gdamm-4.0.12:${PORTSDIR}/databases/libgdamm \
- gphoto2.2:${PORTSDIR}/graphics/libgphoto2
-
-BROKEN= bad plist + do not build with latest exiv2
-
-USE_AUTOTOOLS= autoconf
-USE_GMAKE= yes
-USE_GNOME= libgda4 intltool
-INSTALLS_ICONS= yes
-USE_GETTEXT= yes
-USE_GCC= 4.2+
-
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.mk>