aboutsummaryrefslogtreecommitdiff
path: root/audio/libsidplayfp/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-01-27 21:20:21 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-01-27 21:20:21 +0000
commit4e652d7e2062e8045df7985bc84b608f56cb58eb (patch)
tree2782f82413682b778efc443b3a14d222f9c0f0bc /audio/libsidplayfp/Makefile
parentcfef5c2376ecf2cd390665cf7ba2eb2459a1c12f (diff)
downloadports-4e652d7e2062e8045df7985bc84b608f56cb58eb.tar.gz
ports-4e652d7e2062e8045df7985bc84b608f56cb58eb.zip
Add new port audio/libsidplayfp:
Libsidplayfp is a fork of sidplay2 born with the aim to improve the quality of emulating the 6581, 8580 chips and the surrounding C64 system in order to play SID music better. WWW: http://sourceforge.net/projects/sidplay-residfp PR: ports/185218 Submitted by: RyoTa SimaMoto <liangtai.s16 at gmail.com>
Notes
Notes: svn path=/head/; revision=341455
Diffstat (limited to 'audio/libsidplayfp/Makefile')
-rw-r--r--audio/libsidplayfp/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/libsidplayfp/Makefile b/audio/libsidplayfp/Makefile
new file mode 100644
index 000000000000..ba4933aa0f68
--- /dev/null
+++ b/audio/libsidplayfp/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= libsidplayfp
+PORTVERSION= 1.2.2
+CATEGORIES= audio
+MASTER_SITES= SF/sidplay-residfp/libsidplayfp/${PORTVERSION:R}
+
+MAINTAINER= liangtai.s16@gmail.com
+COMMENT= Library to play Commodore 64 music derived from libsidplay2
+
+USES= pathfix pkgconfig gmake
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>