diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-11-02 00:39:10 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-11-02 00:39:10 +0800 |
commit | 937366c848a635c0282a8e7739c59f3590b2aad4 (patch) | |
tree | 62982f02c238b3ffda24ccda23c1d7d67466f8cd /sysutils/brasero/Makefile | |
parent | 002663fe14aad5eb0a1efc0a0985c9f8b00a4fb8 (diff) | |
download | marcuscom-ports-937366c848a635c0282a8e7739c59f3590b2aad4.tar marcuscom-ports-937366c848a635c0282a8e7739c59f3590b2aad4.tar.gz marcuscom-ports-937366c848a635c0282a8e7739c59f3590b2aad4.tar.bz2 marcuscom-ports-937366c848a635c0282a8e7739c59f3590b2aad4.tar.lz marcuscom-ports-937366c848a635c0282a8e7739c59f3590b2aad4.tar.xz marcuscom-ports-937366c848a635c0282a8e7739c59f3590b2aad4.tar.zst marcuscom-ports-937366c848a635c0282a8e7739c59f3590b2aad4.zip |
Chase totem.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9901 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/brasero/Makefile')
-rw-r--r-- | sysutils/brasero/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile new file mode 100644 index 000000000..ab6f5b856 --- /dev/null +++ b/sysutils/brasero/Makefile @@ -0,0 +1,38 @@ +# 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.18 2007/10/21 02:19:44 mezz 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.10:${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> |