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
24 lines
540 B
Makefile
24 lines
540 B
Makefile
# Created by: Martin Wilke (miwi@FreeBSD.org)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfce4-mpc-plugin
|
|
PORTVERSION= 0.4.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio xfce
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= MPC plugin for Xfce
|
|
|
|
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd
|
|
|
|
USES= pkgconfig gettext
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk20 intltool intlhack
|
|
USE_XFCE= configenv libexo libmenu panel
|
|
|
|
.include <bsd.port.mk>
|