openbsd-ports/x11/gnome/baker/Makefile
jasper 8dde69a864 import gnomebaker 0.6.2
GnomeBaker is a free CD/DVD authoring application Unix-like operating systems.

It features:
* Create data CDs.
* Blank RW disks.
* Burn DVDs.
* Copy data CDs.
* Copy audio CDs.
* Support multisession burning.
* Record to and burn from existing CD ISO images.
* Drag and drop to create data CDs (including drag and drop to/from the Nautilus
  file manager).
* Create audio CDs from existing WAV, MP3, FLAC, and Ogg files.
* Integrate with GConf for storage of application settings.

lots of help and ok ajacoutot@, thanks!
2008-04-16 16:05:36 +00:00

54 lines
1.5 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/04/16 16:05:36 jasper Exp $
COMMENT= CD/DVD authoring application for GNOME
GNOME_PROJECT= gnomebaker
GNOME_VERSION= 0.6.2
CATEGORIES= sysutils multimedia
HOMEPAGE= http://gnomebaker.sourceforge.net/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp \
Xext Xfixes Xi Xinerama Xrandr Xrender art_lgpl_2 atk-1.0 \
audiofile bonobo-2 bonobo-activation bonoboui-2 c cairo \
esd expat fontconfig freetype gailutil \
gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 glade-2.0 glib-2.0 \
glitz gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2 \
gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 png popt pthread xml2 z
MODULES= devel/gettext \
x11/gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnomebaker/}
EXTRACT_SUFX= .tar.gz
LIB_DEPENDS= gstreamer-0.10::multimedia/gstreamer-0.10/core \
gnomeui-2::x11/gnome/libgnomeui
BUILD_DEPENDS= ::textproc/scrollkeeper
RUN_DEPENDS= ::textproc/scrollkeeper \
::misc/cdrdao \
::sysutils/cdrtools \
::sysutils/dvd+rw-tools
DESKTOP_FILES= Yes
MODGNOME_HELP_FILES= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-libnotify
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
post-patch:
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update
.include <bsd.port.mk>