Update sysutils/k3b-kde4 to version 2.0.2_16
[dports.git] / sysutils / serpentine / Makefile
1 # Created by: Michael Johnson <ahze@FreeBSD.org>
2 # $FreeBSD$
3 #    $MCom: ports/sysutils/serpentine/Makefile,v 1.4 2006/08/31 05:21:45 marcus Exp $
4
5 PORTNAME=       serpentine
6 PORTVERSION=    0.7
7 PORTREVISION=   9
8 CATEGORIES=     sysutils
9 MASTER_SITES=   BERLIOS
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        Gnome Audio Cd Burner
13
14 BUILD_DEPENDS=  xmlproc_parse:${PORTSDIR}/textproc/py-xml
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           pkgconfig
18 USE_BZIP2=      yes
19 GNU_CONFIGURE=  yes
20 USE_GNOME=      pygnomedesktop intlhack
21 USE_GMAKE=      yes
22 USE_GSTREAMER=  core gnomevfs python
23 USE_PYTHON=     yes
24
25 .include <bsd.port.mk>