diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-05-14 10:10:41 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-05-14 10:10:41 +0800 |
commit | 5a79bf43b13b13189baa1824b8b3fb029464aa0b (patch) | |
tree | 45975c5272e9a8c9f5514c6b91858799ee697cf3 /sysutils/brasero/Makefile | |
parent | 02807bdcb78a7514c33a38c18f846b5a6af982af (diff) | |
download | marcuscom-ports-5a79bf43b13b13189baa1824b8b3fb029464aa0b.tar marcuscom-ports-5a79bf43b13b13189baa1824b8b3fb029464aa0b.tar.gz marcuscom-ports-5a79bf43b13b13189baa1824b8b3fb029464aa0b.tar.bz2 marcuscom-ports-5a79bf43b13b13189baa1824b8b3fb029464aa0b.tar.lz marcuscom-ports-5a79bf43b13b13189baa1824b8b3fb029464aa0b.tar.xz marcuscom-ports-5a79bf43b13b13189baa1824b8b3fb029464aa0b.tar.zst marcuscom-ports-5a79bf43b13b13189baa1824b8b3fb029464aa0b.zip |
Chase the totem-pl-parser shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10944 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/brasero/Makefile')
-rw-r--r-- | sysutils/brasero/Makefile | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile new file mode 100644 index 000000000..3d0683269 --- /dev/null +++ b/sysutils/brasero/Makefile @@ -0,0 +1,41 @@ +# 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.23 2008/02/06 07:11:46 marcus Exp $ + +PORTNAME= brasero +PORTVERSION= 0.7.1 +PORTREVISION= 4 +CATEGORIES= sysutils audio multimedia gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= CD/DVD mastering tool for the GNOME desktop + +LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ + totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser + +USE_GETTEXT= yes +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gnomehier nautiluscdburner +USE_GSTREAMER= gconf core +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --disable-inotify \ + --with-cam +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= brasero.1 +GCONF_SCHEMAS= brasero.schemas + +post-patch: + @${REINPLACE_CMD} -e 's|blank-cd:|blank-cd;|g' \ + ${WRKSRC}/data/brasero.desktop.in.in + +.include <bsd.port.mk> |