diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-16 21:47:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-16 21:47:21 +0000 |
commit | 2363a28abe25826422d26707bbb9b88c6cbf4026 (patch) | |
tree | 05431fc17fafb89e08a177b5aee84259c6b6fd05 /audio/gmpc/Makefile | |
parent | 4c913eb49ee4647494625f548c77b13ae93818d9 (diff) |
Notes
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 9ed64bec9da4..589d7e580038 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> |