2009-12-26 11:18:09 +00:00
|
|
|
# New ports collection makefile for: Xfce4-parole
|
|
|
|
# Date created: 26 December 2009
|
|
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xfce4-parole
|
2010-02-12 17:16:18 +00:00
|
|
|
PORTVERSION= 0.2.0.2
|
2010-05-31 15:27:35 +00:00
|
|
|
PORTREVISION= 3
|
2009-12-26 11:18:09 +00:00
|
|
|
CATEGORIES= multimedia xfce
|
2010-01-23 00:41:51 +00:00
|
|
|
MASTER_SITES= http://archive.xfce.org/src/apps/parole/0.2/
|
2009-12-26 11:18:09 +00:00
|
|
|
DISTNAME= parole-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= Lightweight media player for Xfce4 based on the gstreamer engine
|
|
|
|
|
|
|
|
LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GSTREAMER= ffmpeg good theora xvid mp3 faad ogg dvd x264
|
|
|
|
USE_GMAKE= yes
|
2010-01-23 00:41:51 +00:00
|
|
|
CONFIGURE_ARGS= --disable-power-manager-plugin
|
2009-12-26 11:18:09 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
USE_GNOME= gnomehack intltool intlhack pkgconfig
|
|
|
|
USE_XFCE= configenv libexo libgui libutil panel
|
|
|
|
USE_XORG= x11 sm
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|