2006-10-14 10:49:06 +02:00
|
|
|
# New ports collection makefile for: bonfire
|
|
|
|
# Date created: 2006-05-12
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-01-10 06:22:13 +01:00
|
|
|
# $MCom: ports/sysutils/brasero/Makefile,v 1.34 2009/01/09 22:03:01 kwm Exp $
|
2006-10-14 10:49:06 +02:00
|
|
|
|
|
|
|
PORTNAME= brasero
|
2009-01-10 06:22:13 +01:00
|
|
|
PORTVERSION= 0.8.4
|
2009-02-27 08:03:53 +01:00
|
|
|
PORTREVISION= 3
|
2006-10-14 10:49:06 +02:00
|
|
|
CATEGORIES= sysutils audio multimedia gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2008-02-06 08:03:18 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
2006-10-14 10:49:06 +02:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= CD/DVD mastering tool for the GNOME desktop
|
|
|
|
|
2006-11-14 13:54:41 +01:00
|
|
|
LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \
|
2009-01-10 06:22:13 +01:00
|
|
|
totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser
|
2007-10-25 01:37:25 +02:00
|
|
|
|
2006-10-14 10:49:06 +02:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomehier nautiluscdburner
|
|
|
|
USE_GSTREAMER= gconf core
|
2009-01-10 06:22:13 +01:00
|
|
|
INSTALLS_OMF= yes
|
2006-10-14 10:49:06 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2009-01-10 06:22:13 +01:00
|
|
|
CONFIGURE_ARGS= --disable-inotify
|
2009-01-16 05:46:57 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1" \
|
2006-10-14 10:49:06 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
MAN1= brasero.1
|
|
|
|
GCONF_SCHEMAS= brasero.schemas
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|