diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-06 13:36:24 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-06 13:36:24 +0000 |
commit | 71d23c9dafb3645f6698661927ea020e35974398 (patch) | |
tree | 3d704b738ac3edfe4466057abfc3c23a51c291d0 /audio/streamtuner-local/Makefile | |
parent | 4f5015d11cb79691abbeea8a0ed776b063f3462d (diff) | |
download | ports-71d23c9dafb3645f6698661927ea020e35974398.tar.gz ports-71d23c9dafb3645f6698661927ea020e35974398.zip |
Notes
Diffstat (limited to 'audio/streamtuner-local/Makefile')
-rw-r--r-- | audio/streamtuner-local/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/streamtuner-local/Makefile b/audio/streamtuner-local/Makefile index f9cf32625eed..8ae921ff5ad3 100644 --- a/audio/streamtuner-local/Makefile +++ b/audio/streamtuner-local/Makefile @@ -6,15 +6,14 @@ # PORTNAME= local -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= audio www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= streamtuner +MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/streamtuner-local.pkg/${PORTVERSION}/ PKGNAMEPREFIX= streamtuner- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= jylefort@brutele.be -COMMENT= A plugin for streamtuner that browses a local MP3 repository +COMMENT= A plugin for streamtuner that browses a local MP3 repository BUILD_DEPENDS= ${X11BASE}/include/streamtuner/streamtuner.h:${PORTSDIR}/audio/streamtuner RUN_DEPENDS= ${X11BASE}/bin/streamtuner:${PORTSDIR}/audio/streamtuner |