blob: 7fd557e90641122ca63566bbb078e42e149caa1d (
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
32
33
34
|
# New ports collection makefile for: bonfire
# Date created: 2006-05-12
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/sysutils/bonfire/Makefile,v 1.3 2006/05/12 22:50:37 ahze Exp $
PORTNAME= bonfire
PORTVERSION= 0.3.0
PORTREVISION= 1
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 \
totem-plparser.2:${PORTSDIR}/multimedia/totem-gstreamer \
gdl-1.0:${PORTSDIR}/x11-toolkits/gdl
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>
|