043bc1b6a6
PR: 109422 Submitted by: RJ<rjohns44@comcast.net> Patch by: submitter/maintainer Approved by: maintainer Obtained from: Mandriva and Ubuntu bug reports referenced in the PR
50 lines
1.4 KiB
Makefile
50 lines
1.4 KiB
Makefile
# New ports collection makefile for: gnomebaker
|
|
# Date created: 2005-02-20
|
|
# Whom: Dominique Goncalves <dominique.goncalves@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnomebaker
|
|
PORTVERSION= 0.6.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= gnomebaker
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= dominique.goncalves@gmail.com
|
|
COMMENT= A CD/DVD recording GUI for Gnome
|
|
|
|
OPTIONS= DVD "Enable DVD support" off \
|
|
CJK "Use cdrtools-cjk instead of cdrtools" off
|
|
|
|
USE_XLIB= yes
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeui desktopfileutils
|
|
USE_CDRTOOLS= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_OMF= yes
|
|
USE_GCC= 3.4+
|
|
USE_GETTEXT= yes
|
|
USE_GSTREAMER= vorbis mad flac
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -export-dynamic"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao
|
|
|
|
.if defined(WITH_DVD)
|
|
RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|docdir = $(datadir)/gnome/help/$(docname)/$(lang)|docdir = $(datadir)/help/$(docname)/$(lang)|' \
|
|
${WRKSRC}/help/C/Makefile.in
|
|
@${REINPLACE_CMD} -e 's|Icon=@prefix@/share/gnomebaker/gnomebaker-48.png|Icon=@prefix@/share/gnome/gnomebaker/gnomebaker-48.png|' \
|
|
${WRKSRC}/gnomebaker.desktop.in
|
|
|
|
post-install:
|
|
@-update-desktop-database
|
|
|
|
.include <bsd.port.post.mk>
|