mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
c1f23cd26d
- Also update a bunch of c-sharp ports to their latest version. - Change maintainership to mono@FreeBSD.org. PR: ports/129724 Submitted by: Phillip Neumann, Romain Tartiere (bsd-sharp team)
54 lines
1.7 KiB
Makefile
54 lines
1.7 KiB
Makefile
# New ports collection makefile for: f-spot
|
|
# Date created: 20041008
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $Id: Makefile,v 1.45 2007/08/26 05:10:23 killfill Exp $
|
|
#
|
|
|
|
PORTNAME= f-spot
|
|
PORTVERSION= 0.5.0.3
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
|
|
|
MAINTAINER= mono@FreeBSD.org
|
|
COMMENT= Personal photo management to the GNOME desktop
|
|
|
|
LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \
|
|
exif.12:${PORTSDIR}/graphics/libexif \
|
|
gphoto2.2:${PORTSDIR}/graphics/libgphoto2
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib
|
|
RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus \
|
|
${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib
|
|
|
|
USE_BZIP2= yes
|
|
USE_SQLITE= yes
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gnomedesktopsharp20
|
|
GNU_CONFIGURE= yes
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_ICONS= yes
|
|
INSTALLS_OMF= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|target="liblcms.so.1"|target="liblcms.so"|g ; \
|
|
s|target="libexif.so.@EXIF_SOVERSION@"|target="libexif.so"|g' \
|
|
${WRKSRC}/src/f-spot.exe.config.in
|
|
@${REINPLACE_CMD} 's|target="libgphoto2.so.2"|target="libgphoto2.so"|g'\
|
|
${WRKSRC}/libgphoto2-sharp/libgphoto2-sharp.dll.config
|
|
@${REINPLACE_CMD} 's|#!/bin/bash|#!/usr/bin/env bash|g' \
|
|
${WRKSRC}/src/f-spot.in \
|
|
${WRKSRC}/tools/f-spot-import
|
|
@${REINPLACE_CMD} 's|G_GNUC_FUNCTION|G_STRLOC|g' \
|
|
${WRKSRC}/libfspot/f-jpeg-utils.c
|
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
|
.include <bsd.port.mk>
|