aboutsummaryrefslogtreecommitdiffstats
path: root/audio/simplemod
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-06-10 15:26:11 +0800
committererwin <erwin@FreeBSD.org>2003-06-10 15:26:11 +0800
commited3768dd339538e8f17c44e2a651509c2941392b (patch)
tree78e1f7f3eba78567a6f30f7a12a173c44d452519 /audio/simplemod
parenta4eae8da68398c7c69eb0e35e29440a5698a6ce9 (diff)
downloadfreebsd-ports-gnome-ed3768dd339538e8f17c44e2a651509c2941392b.tar.gz
freebsd-ports-gnome-ed3768dd339538e8f17c44e2a651509c2941392b.tar.zst
freebsd-ports-gnome-ed3768dd339538e8f17c44e2a651509c2941392b.zip
Add simplemod
simplemod is a minimalistic module player. Submitted by: Christian Laursen <xi@borderworlds.dk> Approved by: edwin (mentor)
Diffstat (limited to 'audio/simplemod')
-rw-r--r--audio/simplemod/Makefile25
-rw-r--r--audio/simplemod/distinfo1
-rw-r--r--audio/simplemod/pkg-descr7
-rw-r--r--audio/simplemod/pkg-plist1
4 files changed, 34 insertions, 0 deletions
diff --git a/audio/simplemod/Makefile b/audio/simplemod/Makefile
new file mode 100644
index 000000000000..7f8ecc8592fb
--- /dev/null
+++ b/audio/simplemod/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: simplemod
+# Date created: 9 june 2003
+# Whom: Christian Laursen <xi@borderworlds.dk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= simplemod
+PORTVERSION= 0.9
+CATEGORIES= audio
+MASTER_SITES= http://borderworlds.dk/projects/sm/
+
+MAINTAINER= xi@borderworlds.dk
+COMMENT= A minimalistic module player
+
+LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod
+
+WRKSRC= ${WRKDIR}/simplemod
+
+ALL_TARGET= simplemod
+
+do-install:
+ ${INSTALL} -o 0 -g 0 -s ${WRKSRC}/simplemod ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/audio/simplemod/distinfo b/audio/simplemod/distinfo
new file mode 100644
index 000000000000..2c4435aa0c5e
--- /dev/null
+++ b/audio/simplemod/distinfo
@@ -0,0 +1 @@
+MD5 (simplemod-0.9.tar.gz) = fc12d9fe2ecc1ba4fdc34315cd057a6f
diff --git a/audio/simplemod/pkg-descr b/audio/simplemod/pkg-descr
new file mode 100644
index 000000000000..2547804eecda
--- /dev/null
+++ b/audio/simplemod/pkg-descr
@@ -0,0 +1,7 @@
+simplemod is a minimalistic module player. It was designed to be used by a
+frontend and thus it's output is easy to parse.
+
+WWW: http://borderworlds.dk/projects/#sm
+
+- Christian
+xi@borderworlds.dk
diff --git a/audio/simplemod/pkg-plist b/audio/simplemod/pkg-plist
new file mode 100644
index 000000000000..ba6533231b0a
--- /dev/null
+++ b/audio/simplemod/pkg-plist
@@ -0,0 +1 @@
+bin/simplemod