summaryrefslogtreecommitdiffstats
path: root/sysutils/brasero/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-21 08:00:15 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-21 08:00:15 +0800
commitb9b7fb9a156e2ce748bdc25fde6e857116bbf247 (patch)
tree81798fa32fb43358be9171ed7e218f2645c7ae80 /sysutils/brasero/Makefile
parentbaee44841df1ac8808bcc983e32bc98bca7d679d (diff)
downloadmarcuscom-ports-b9b7fb9a156e2ce748bdc25fde6e857116bbf247.tar
marcuscom-ports-b9b7fb9a156e2ce748bdc25fde6e857116bbf247.tar.gz
marcuscom-ports-b9b7fb9a156e2ce748bdc25fde6e857116bbf247.tar.bz2
marcuscom-ports-b9b7fb9a156e2ce748bdc25fde6e857116bbf247.tar.lz
marcuscom-ports-b9b7fb9a156e2ce748bdc25fde6e857116bbf247.tar.xz
marcuscom-ports-b9b7fb9a156e2ce748bdc25fde6e857116bbf247.tar.zst
marcuscom-ports-b9b7fb9a156e2ce748bdc25fde6e857116bbf247.zip
Update to 2.25.91.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11879 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/brasero/Makefile')
-rw-r--r--sysutils/brasero/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile
new file mode 100644
index 000000000..9c3944385
--- /dev/null
+++ b/sysutils/brasero/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: bonfire
+# Date created: 2006-05-12
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= brasero
+PORTVERSION= 2.25.91.2
+CATEGORIES= sysutils audio multimedia gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= CD/DVD mastering tool for the GNOME desktop
+
+LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \
+ totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser
+
+USE_GETTEXT= yes
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehier nautiluscdburner
+USE_GSTREAMER= gconf core
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+CONFIGURE_ARGS= --disable-inotify --with-html-dir=${PREFIX}/share/doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= brasero.1
+GCONF_SCHEMAS= brasero.schemas
+
+.include <bsd.port.mk>