mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
48 lines
1.2 KiB
Makefile
48 lines
1.2 KiB
Makefile
# 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.107:${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
|
|
|
|
DEPRECATED= BROKEN for more than 6 month
|
|
EXPIRATION_DATE= 2012-05-10
|
|
|
|
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>
|