mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
edee314615
While I'm here, - Finish to convert USES - Trim Makefile header - Remove ABI version in LIB_DEPENDS - Remove desktopfileutils, because MimeType entry is not present in desktop file
30 lines
600 B
Makefile
30 lines
600 B
Makefile
# Created by: Martin Wilke (miwi@FreeBSD.org)
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xfmpc
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio xfce
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Graphical MPD client focusing on low footprint
|
|
|
|
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_ICONS= yes
|
|
USES= gettext pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk20 intltool intlhack
|
|
USE_XFCE= configenv libmenu libutil
|
|
|
|
MAN1= xfmpc.1
|
|
|
|
.include <bsd.port.mk>
|