See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790
55 lines
1.3 KiB
Makefile
55 lines
1.3 KiB
Makefile
# New ports collection makefile for: nautilus-cd-burner
|
|
# Date created: 13 April 2003
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/sysutils/nautilus-cd-burner/Makefile,v 1.144 2008/09/24 03:36:45 mezz Exp $
|
|
#
|
|
|
|
PORTNAME= nautilus-cd-burner
|
|
PORTVERSION= 2.24.0
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= CD burner view for Nautilus
|
|
|
|
BUILD_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount
|
|
RUN_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount \
|
|
cdrdao:${PORTSDIR}/sysutils/cdrdao
|
|
|
|
CONFIGURE_ARGS= --enable-gnome-mount
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
GNOME_DESKTOP_VERSION=2
|
|
USE_GNOME= gnomeprefix gnomehack intlhack nautilus2 ltverhack \
|
|
desktopfileutils ltasneededhack
|
|
USE_CDRTOOLS= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
GCONF_SCHEMAS= nautilus-cd-burner.schemas
|
|
|
|
OPTIONS= DVD "Enable DVD support" on \
|
|
CJK "Use cdrtools-cjk instead of cdrtools" off
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_CJK)
|
|
WITHOUT_DVD= yes
|
|
.endif
|
|
|
|
.if !defined(WITHOUT_DVD)
|
|
RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
|
|
.endif
|
|
|
|
post-install:
|
|
-@update-desktop-database
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.post.mk>
|