diff options
author | pav <pav@FreeBSD.org> | 2004-05-17 05:47:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-17 05:47:21 +0800 |
commit | 83a7b1565fe5e84b2646f23348416f4ace26d780 (patch) | |
tree | 4bcbe185a904767fc507c3ed28f216b21a95bcdb /audio/gmpc/Makefile | |
parent | 7badfca23a86aba4ee77dc3bd94ea1b84a93647d (diff) | |
download | freebsd-ports-graphics-83a7b1565fe5e84b2646f23348416f4ace26d780.tar.gz freebsd-ports-graphics-83a7b1565fe5e84b2646f23348416f4ace26d780.tar.zst freebsd-ports-graphics-83a7b1565fe5e84b2646f23348416f4ace26d780.zip |
After repocopy from audio/traymp, add gmpc, a tray-aware GTK2-client for MPD,
the Music Player Daemon. This superceeds traymp from the same author.
PR: ports/66577
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
Diffstat (limited to 'audio/gmpc/Makefile')
-rw-r--r-- | audio/gmpc/Makefile | 31 |
1 files changed, 6 insertions, 25 deletions
diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile index 9ed64bec9da..589d7e58003 100644 --- a/audio/gmpc/Makefile +++ b/audio/gmpc/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: traymp -# Date created: Oct 09 2003 +# New ports collection makefile for: gmpc +# Date created: May 12 2004 # Whom: Mark Reidel <ports@mark.reidel.info> # # $FreeBSD$ # -PORTNAME= traymp -PORTVERSION= 0.12 -PORTREVISION= 2 +PORTNAME= gmpc +PORTVERSION= 0.10.1 +PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= musicpd @@ -22,23 +22,4 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ CFLAGS+= -I${PREFIX}/include -.include <bsd.port.pre.mk> - -.ifdef(WITH_XOSD) -CONFIGURE_ARGS+=--enable-xosd -LIB_DEPENDS+=xosd.4:${PORTSDIR}/misc/xosd -.endif - -pre-everything:: -.ifndef(WITH_XOSD) - @${ECHO} "You can build ${PKGNAME} with the following option:" - @${ECHO} - @${ECHO} "WITH_XOSD Make use of on-screen-display" - @${ECHO} - @sleep 3 -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |