aboutsummaryrefslogtreecommitdiff
path: root/audio/snowstar/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-05-01 16:19:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-05-01 16:19:48 +0000
commit6c8151ca31507f91a2bcf7c1b387ecd82d70db07 (patch)
treecf5b31e8d450f1a56d701a05409f1a54e2b1b875 /audio/snowstar/Makefile
parent7352d2a4916592be059c8ae826d1b9efdfc8f1dc (diff)
downloadports-6c8151ca31507f91a2bcf7c1b387ecd82d70db07.tar.gz
ports-6c8151ca31507f91a2bcf7c1b387ecd82d70db07.zip
Notes
Diffstat (limited to 'audio/snowstar/Makefile')
-rw-r--r--audio/snowstar/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/audio/snowstar/Makefile b/audio/snowstar/Makefile
deleted file mode 100644
index b13e49504f5b..000000000000
--- a/audio/snowstar/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: snowstar
-# Date created: 21 April 1999
-# Whom: fenner
-#
-# $FreeBSD$
-
-PORTNAME= snowstar
-PORTVERSION= 0.75.5
-PORTREVISION= 1
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= fenner
-EXTRACT_SUFX= .tar
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A GUI interface to copy files to/from the Diamond Rio PM300
-
-RUN_DEPENDS= rio:${PORTSDIR}/audio/rio \
- wish8.2:${PORTSDIR}/x11-toolkits/tk82
-
-DEPRECATED= tcl8.0 support is going to be dropped
-EXPIRATION_DATE= 2009-04-22
-
-NO_BUILD= true
-NO_WRKSUBDIR= true
-
-DOC_FILES= CHANGES TODO README_Snowstar LICENSE
-
-# somehow snowstar.tcl managed to get loaded with ^M's.
-post-patch:
- @${CP} ${WRKSRC}/snowstar.tcl ${WRKSRC}/snowstar.tcl.bak
- @${TR} -d '\r' < ${WRKSRC}/snowstar.tcl.bak | \
- sed -e "s|%%LOCALBASE%%|${LOCALBASE}|g" > ${WRKSRC}/snowstar.tcl
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/snowstar.tcl ${PREFIX}/bin/snowstar
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/snowstar
-.for i in ${DOC_FILES}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/snowstar
-.endfor
-.endif
-
-.include <bsd.port.mk>