summaryrefslogtreecommitdiff
path: root/audio/libsidplay/Makefile
diff options
context:
space:
mode:
authorDonald Burr <dburr@FreeBSD.org>1998-07-26 08:14:03 +0000
committerDonald Burr <dburr@FreeBSD.org>1998-07-26 08:14:03 +0000
commit6ffe0453844c810a0bb06ae3b50b340d90c6fd40 (patch)
tree6745d4b0f5bd104fb6863aeb5da7286cc910f402 /audio/libsidplay/Makefile
parentDoc-only change to add URL of home page and complete an unfinished (diff)
PR: ports/5504
Submitted by: sec@42.org Import of new port audio/sidplay, a C=64 SID musicfile player and SID chip emulator.
Notes
Notes: svn path=/head/; revision=12132
Diffstat (limited to 'audio/libsidplay/Makefile')
-rw-r--r--audio/libsidplay/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile
new file mode 100644
index 000000000000..5d53112b5d56
--- /dev/null
+++ b/audio/libsidplay/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: sidplay
+# Version required: 1.36.10
+# Date created: 31 October 1996
+# Whom: Stefan Zehl <sec@42.org>
+#
+# $Id$
+#
+
+DISTNAME= sidplay-13625
+PKGNAME= sidplay-1.36.25
+CATEGORIES= audio emulators
+MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= sec@42.org
+
+USE_CONFIGURE= YES
+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>