freebsd-ports/sysutils/gnomebaker/Makefile
Pav Lucistnik 12e5f4c9ed - Update to 0.4.2
PR:		ports/85398
Submitted by:	Dominique Goncalves <dominique.goncalves@gmail.com> (maintainer)
2005-08-31 06:49:37 +00:00

43 lines
1.1 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.4.2
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
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools-cjk \
cdrdao:${PORTSDIR}/sysutils/cdrdao
.if defined(WITH_DVD)
RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
.endif
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui desktopfileutils
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_OMF= yes
USE_GCC= 3.4+
USE_INC_LIBTOOL_VER= 15
USE_GSTREAMER= vorbis mad flac
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "Define WITH_DVD=yes to enable dvd support."
@${ECHO_MSG} ""
post-install:
@-update-desktop-database
.include <bsd.port.mk>