diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2012-12-14 17:45:10 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2012-12-14 17:45:10 +0000 |
commit | 90a981a1f2840768e999d0c0629372ebcc58c4aa (patch) | |
tree | 30f119325059641d124a766790df3178f49e3390 /audio/xfce4-mpc-plugin | |
parent | 10fbaa934ce57efc1bb7380b1bea17ffc8e5be8f (diff) | |
download | ports-90a981a1f2840768e999d0c0629372ebcc58c4aa.tar.gz ports-90a981a1f2840768e999d0c0629372ebcc58c4aa.zip |
Notes
Diffstat (limited to 'audio/xfce4-mpc-plugin')
-rw-r--r-- | audio/xfce4-mpc-plugin/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/xfce4-mpc-plugin/Makefile b/audio/xfce4-mpc-plugin/Makefile index e4bcc2097f8f..cd96b0b6e441 100644 --- a/audio/xfce4-mpc-plugin/Makefile +++ b/audio/xfce4-mpc-plugin/Makefile @@ -1,12 +1,10 @@ -# New ports collection makefile for: mpc plugin for xfce4 -# Date created: 12 July 2006 -# Whom: Martin Wilke (miwi@FreeBSD.org) -# +# Created by: Martin Wilke (miwi@FreeBSD.org) # $FreeBSD$ # PORTNAME= xfce4-mpc-plugin PORTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -15,13 +13,14 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= An MPC plugin for Xfce -LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd +LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -USE_GNOME= gtk20 intltool intlhack pkgconfig +USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libexo libmenu panel +USE_PKGCONFIG= build .include <bsd.port.mk> |