diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-05-14 09:42:11 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-05-14 09:42:11 +0800 |
commit | d763e378c6f9c193c456f964c418319a363046e2 (patch) | |
tree | 26386f0920a78da5f6ec400606acc3e583c30e66 /multimedia/totem-pl-parser/Makefile | |
parent | 6031f6f50d0dd7a7ad574f0907fad760942b2722 (diff) | |
download | marcuscom-ports-d763e378c6f9c193c456f964c418319a363046e2.tar marcuscom-ports-d763e378c6f9c193c456f964c418319a363046e2.tar.gz marcuscom-ports-d763e378c6f9c193c456f964c418319a363046e2.tar.bz2 marcuscom-ports-d763e378c6f9c193c456f964c418319a363046e2.tar.lz marcuscom-ports-d763e378c6f9c193c456f964c418319a363046e2.tar.xz marcuscom-ports-d763e378c6f9c193c456f964c418319a363046e2.tar.zst marcuscom-ports-d763e378c6f9c193c456f964c418319a363046e2.zip |
Update to 2.23.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10942 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem-pl-parser/Makefile')
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile new file mode 100644 index 000000000..7bbf3ce26 --- /dev/null +++ b/multimedia/totem-pl-parser/Makefile @@ -0,0 +1,29 @@ +# 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.8 2008/03/10 15:04:41 ahze Exp $ +# + +PORTNAME= totem-pl-parser +PORTVERSION= 2.23.1 +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 +USE_GMAKE= yes +USE_GNOME= gnomehack gnomeprefix gnomevfs2 intlhack evolutiondataserver \ + ltverhack +USE_GETTEXT= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> |