blob: a16bf616cd1e7a6534759cad58a145f611ba198b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: bonfire
# Date created: 2006-05-12
# Whom: Michael Johnson <ahze@blueherron.ahze.net>
#
# $FreeBSD$
# $MCom$
PORTNAME= bonfire
PORTVERSION= 0.3.0
CATEGORIES= sysutils
MASTER_SITES= http://perso.wanadoo.fr/bonfire/
MAINTAINER= gnome@FreeBSD.org
COMMENT= CD/DVD mastering tool for the GNOME desktop
LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \
notify.1:${PORTSDIR}/devel/libnotify
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix nautiluscdburner
USE_GSTREAMER= gconf core
CONFIGURE_ARGS= --disable-inotify
post-patch:
@${REINPLACE_CMD} -e 's|$$(datadir)|${PREFIX}/share/gnome|' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>
|