summaryrefslogtreecommitdiffstats
path: root/sysutils/brasero/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-11 20:14:54 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-11 20:14:54 +0800
commit3a91f04c304f584476e3df94fc83355810a49f57 (patch)
tree224232cd2b36d28769b17241a705ff3493c734bf /sysutils/brasero/Makefile
parent42a8bd3089c8597c006d13e89bbb917758a56486 (diff)
downloadmarcuscom-ports-3a91f04c304f584476e3df94fc83355810a49f57.tar
marcuscom-ports-3a91f04c304f584476e3df94fc83355810a49f57.tar.gz
marcuscom-ports-3a91f04c304f584476e3df94fc83355810a49f57.tar.bz2
marcuscom-ports-3a91f04c304f584476e3df94fc83355810a49f57.tar.lz
marcuscom-ports-3a91f04c304f584476e3df94fc83355810a49f57.tar.xz
marcuscom-ports-3a91f04c304f584476e3df94fc83355810a49f57.tar.zst
marcuscom-ports-3a91f04c304f584476e3df94fc83355810a49f57.zip
Chase totem
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9784 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/brasero/Makefile')
-rw-r--r--sysutils/brasero/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile
new file mode 100644
index 000000000..303c856fa
--- /dev/null
+++ b/sysutils/brasero/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: bonfire
+# Date created: 2006-05-12
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/sysutils/brasero/Makefile,v 1.15 2007/03/04 22:46:49 ahze Exp $
+
+PORTNAME= brasero
+PORTVERSION= 0.5.1
+PORTREVISION= 3
+CATEGORIES= sysutils audio multimedia gnome
+MASTER_SITES= SOURCEFORGE
+MASTER_SITE_SUBDIR= bonfire
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= CD/DVD mastering tool for the GNOME desktop
+
+LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \
+ totem-plparser.7:${PORTSDIR}/multimedia/totem
+
+USE_GETTEXT= yes
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_XLIB= yes
+USE_GNOME= gnomehier nautiluscdburner
+USE_GSTREAMER= gconf core
+INSTALLS_ICONS= yes
+CONFIGURE_ARGS= --disable-inotify
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= brasero.1
+GCONF_SCHEMAS= brasero.schemas
+
+.include <bsd.port.mk>