summaryrefslogtreecommitdiffstats
path: root/graphics/solang/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-07 07:12:47 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-07 07:12:47 +0800
commitc02b03a2057196912df7e5b8a6494f2557b74297 (patch)
tree9d4df288f77dfc31f41e21863356f23ad1ad87e9 /graphics/solang/Makefile
parenta1ba0b10c15818d7c9cf2829be4cc54b9c56e27f (diff)
downloadmarcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.tar
marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.tar.gz
marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.tar.bz2
marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.tar.lz
marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.tar.xz
marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.tar.zst
marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.zip
Chase webkit-gtk2 shlib name change libwebkit-1.0.so.13 -> libwebkitgtk-1.0.so.0
Bump portrevision except broken ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15365 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/solang/Makefile')
-rw-r--r--graphics/solang/Makefile44
1 files changed, 44 insertions, 0 deletions
diff --git a/graphics/solang/Makefile b/graphics/solang/Makefile
new file mode 100644
index 000000000..48d7ac7df
--- /dev/null
+++ b/graphics/solang/Makefile
@@ -0,0 +1,44 @@
+# New ports collection makefile for: solang
+# Date created: 2009-06-11
+# Whom: Ashish SHUKLA <wahjava@gmail.com>
+#
+# $FreeBSD: ports/graphics/solang/Makefile,v 1.14 2011/03/01 16:26:19 gahr Exp $
+#
+
+PORTNAME= solang
+PORTVERSION= 0.3
+PORTREVISION= 9
+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.9:${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
+
+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>