blob: f1d845990bb73659d2ecd33f6dd9059453c8be6d (
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
|
# New ports collection makefile for: totem-pl-parser
# Date created: 2007-12-04
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.2 2007/12/23 13:13:04 kwm Exp $
PORTNAME= totem-pl-parser
PORTVERSION= 2.21.90
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= GObject-based library to parse a host of playlist formats
LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
USE_GNOME= gnomehack gnomeprefix gnomevfs2
.include <bsd.port.mk>
|