summaryrefslogtreecommitdiffstats
path: root/sysutils/coaster/Makefile
blob: e3aed129c5a83cb397eaa5783e3c971fe4187271 (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
35
36
37
38
39
# New ports collection makefile for:    coaster
# Date created:             11 Nov 2004
# Whom:                 Mezz <mezz7@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   coaster
PORTVERSION=    0.1.2
PORTREVISION=   1
CATEGORIES= sysutils gnome
MASTER_SITES=   http://www.coaster-burn.org/files/coaster/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A disc burning application for Gnome 2

LIB_DEPENDS=    bakery-2.3.11:${PORTSDIR}/x11-toolkits/bakery \
        nautilus-burn.0:${PORTSDIR}/sysutils/nautilus-cd-burner

USE_GNOME=  gnomehack gnomeprefix gnometarget intlhack
USE_GMAKE=  yes
USE_X_PREFIX=   yes
USE_LIBTOOL_VER=15
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-update-mimedb=yes

DOCS=       AUTHORS COPYING ChangeLog NEWS README TODO
GCONF_SCHEMAS=  coaster.schemas

.ifndef (NOPORTDOCS)
post-install:
    @${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
    @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>