aboutsummaryrefslogtreecommitdiff
path: root/audio/xaylet
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-03 13:05:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-03 13:05:08 +0000
commit0b10dff09261fc134894df2ab54eb1625a6988c6 (patch)
tree11d34b800e2962e95ef1d525cf048f30dafe72dd /audio/xaylet
parent7960ed3ccb76f28b710d35e54efe28ae56ae882d (diff)
downloadports-0b10dff09261fc134894df2ab54eb1625a6988c6.tar.gz
ports-0b10dff09261fc134894df2ab54eb1625a6988c6.zip
Notes
Diffstat (limited to 'audio/xaylet')
-rw-r--r--audio/xaylet/Makefile32
-rw-r--r--audio/xaylet/pkg-descr11
2 files changed, 0 insertions, 43 deletions
diff --git a/audio/xaylet/Makefile b/audio/xaylet/Makefile
deleted file mode 100644
index 4e9002c35508..000000000000
--- a/audio/xaylet/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: xaylet
-# Date created: 9 Jul 2005
-# Whom: Emanuel Haupt <ehaupt@critical.ch>
-#
-# $FreeBSD$
-#
-
-PKGNAMEPREFIX= x
-
-COMMENT= A x11 player for the .ay audio file format
-
-ALL_TARGET= xaylet
-
-MASTERDIR= ${.CURDIR}/../aylet
-
-USE_GNOME= gtk12
-MAKE_JOBS_SAFE= yes
-
-DESCR= ${.CURDIR}/pkg-descr
-PLIST= ${.CURDIR}/pkg-plist
-
-MAN1= xaylet.1
-PLIST_FILES= bin/xaylet
-
-post-patch: aylet-post-patch
- ${MV} ${WRKSRC}/${PORTNAME}.1 ${WRKSRC}/xaylet.1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xaylet ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/xaylet.1 ${MANPREFIX}/man/man1
-
-.include "${MASTERDIR}/Makefile"
diff --git a/audio/xaylet/pkg-descr b/audio/xaylet/pkg-descr
deleted file mode 100644
index 75260b86cc7c..000000000000
--- a/audio/xaylet/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Xaylet plays music files in the `.ay' format. These files are essentially
-wrappers around bits of Z80 code which play music on the Sinclair ZX Spectrum
-128's sound hardware - either the beeper, or (eponymously) the AY-3-8912 sound
-chip. Files using the Amstrad CPC ports are also supported.
-
-The sound hardware emulation is based on a Spectrum emulator Fuse.
-
-WWW: http://freshmeat.net/projects/aylet/
-
-- ehaupt
-ehaupt@critical.ch