diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-07-22 04:25:39 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-07-22 04:25:39 +0800 |
commit | 7744c9b74a891c0aecae100284824d7183471aa5 (patch) | |
tree | ffe822e1df24e0fea3521378276e29896956735e | |
parent | edf1a464d35162f32cf13019e4f4bc7ff6476f55 (diff) | |
download | freebsd-ports-gnome-7744c9b74a891c0aecae100284824d7183471aa5.tar.gz freebsd-ports-gnome-7744c9b74a891c0aecae100284824d7183471aa5.tar.zst freebsd-ports-gnome-7744c9b74a891c0aecae100284824d7183471aa5.zip |
- Mark as deprecated the project no longer exist.
-rw-r--r-- | audio/wmtune/Makefile | 9 | ||||
-rw-r--r-- | audio/wmtune/pkg-descr | 5 |
2 files changed, 5 insertions, 9 deletions
diff --git a/audio/wmtune/Makefile b/audio/wmtune/Makefile index 6aa874d9b8ca..1358f3d5dc3f 100644 --- a/audio/wmtune/Makefile +++ b/audio/wmtune/Makefile @@ -9,9 +9,7 @@ PORTNAME= wmtune PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= audio windowmaker -MASTER_SITES= http://www.fxp.org/~jedgar/distfiles/:diff \ - http://www.rostock.igd.fhg.de/private/runge/radio/:wmtune \ - http://www.soren.org/linux/wmtune/dl/:wmtune +MASTER_SITES= http://www.fxp.org/~jedgar/distfiles/:diff DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:wmtune \ ${WMTUNE_DIFF}:diff EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -19,6 +17,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Dockable radio program for the BT848/878 and RadioTrack cards +DEPRECATED= mastersite disappeared, no longer maintained by author +EXPIRATION_DATE= 2006-09-21 + USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes @@ -30,7 +31,7 @@ ONLY_FOR_ARCHS= i386 alpha .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -IGNORE= "cannot be build on alpha 4.x, which does not have bktr hardware support" +IGNORE= cannot be build on alpha 4.x, which does not have bktr hardware support .endif .if !defined(WITH_RADIOTRACK) diff --git a/audio/wmtune/pkg-descr b/audio/wmtune/pkg-descr index d120374d98d2..6289deec8ce3 100644 --- a/audio/wmtune/pkg-descr +++ b/audio/wmtune/pkg-descr @@ -3,8 +3,3 @@ and RadioTrack radio cards. In particular, this program works with the Happauge WinTV cards with onboard FM tuners along with RadioTrack-compatible cards. - -WWW: http://soren.org/linux/wmtune/ - -- Chris D. Faulhaber - <jedgar@FreeBSD.org> |