summaryrefslogtreecommitdiffstats
path: root/sysutils/brasero/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/brasero/Makefile')
-rw-r--r--sysutils/brasero/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile
deleted file mode 100644
index ddef99f37..000000000
--- a/sysutils/brasero/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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.17 2007/10/11 12:14:54 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
-
-IGNORE= does not build and broke in runtime if you fix the build anyway
-
-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>