summaryrefslogtreecommitdiff
path: root/audio/libsidplay2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libsidplay2/Makefile')
-rw-r--r--audio/libsidplay2/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile
deleted file mode 100644
index 62f4c44877bb..000000000000
--- a/audio/libsidplay2/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: sidplay
-# Version required: 1.36.31
-# Date created: 31 October 1996
-# Whom: Stefan Zehl <sec@42.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= sidplay-1_36_31
-PKGNAME= sidplay-1.36.31
-CATEGORIES= audio emulators
-MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= sec@42.org
-
-BUILD_DEPENDS= makedepend:${PORTSDIR}/x11/XFree86
-
-GNU_CONFIGURE= YES
-
-USE_GMAKE= YES
-
-WRKSRC= ${WRKDIR}/${PKGNAME}
-
-post-install:
- strip ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav ${PREFIX}/bin/sidcon
-
-.include <bsd.port.mk>