2008-01-26 20:48:48 +01:00
|
|
|
# New ports collection makefile for: xfmpc
|
|
|
|
# Date created: 21 Jan 2008
|
|
|
|
# Whom: Martin Wilke (miwi@FreeBSD.org)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xfmpc
|
2011-10-28 17:39:15 +02:00
|
|
|
PORTVERSION= 0.2.2
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 2
|
2008-01-26 20:48:48 +01:00
|
|
|
CATEGORIES= audio xfce
|
2011-03-03 11:12:30 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
|
|
MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R}
|
2008-01-26 20:48:48 +01:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
2011-10-23 15:46:01 +02:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2008-04-20 23:52:53 +02:00
|
|
|
COMMENT= A graphical MPD client focusing on low footprint
|
2008-01-26 20:48:48 +01:00
|
|
|
|
2012-02-06 16:33:14 +01:00
|
|
|
LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd
|
2008-01-26 20:48:48 +01:00
|
|
|
|
2009-03-29 00:31:21 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2008-01-26 20:48:48 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2013-04-24 20:10:30 +02:00
|
|
|
USES= gettext
|
2008-01-26 20:48:48 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-10-28 17:39:15 +02:00
|
|
|
USE_GNOME= gtk20 intltool intlhack pkgconfig desktopfileutils
|
|
|
|
USE_XFCE= configenv libmenu libutil
|
2008-01-26 20:48:48 +01:00
|
|
|
|
2009-09-11 21:24:22 +02:00
|
|
|
MAN1= xfmpc.1
|
|
|
|
|
2011-10-28 17:39:15 +02:00
|
|
|
post-install:
|
|
|
|
@-update-desktop-database
|
|
|
|
|
2008-01-26 20:48:48 +01:00
|
|
|
.include <bsd.port.mk>
|