diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-10 07:26:11 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-10 07:26:11 +0000 |
commit | deaeebe00478ddc0e8fbbe2b2e232a9d9a52620f (patch) | |
tree | bd541671b3bc0531afa8079629130c77d9c6ad29 | |
parent | 7635260e17af7436707bf725a6fa97c99a5ab891 (diff) | |
download | ports-deaeebe00478ddc0e8fbbe2b2e232a9d9a52620f.tar.gz ports-deaeebe00478ddc0e8fbbe2b2e232a9d9a52620f.zip |
Notes
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/simplemod/Makefile | 25 | ||||
-rw-r--r-- | audio/simplemod/distinfo | 1 | ||||
-rw-r--r-- | audio/simplemod/pkg-descr | 7 | ||||
-rw-r--r-- | audio/simplemod/pkg-plist | 1 |
5 files changed, 35 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index f13ecd60b6cd..f643b2d5edc3 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -251,6 +251,7 @@ SUBDIR += shorten SUBDIR += shout SUBDIR += sidplay + SUBDIR += simplemod SUBDIR += snack SUBDIR += snd SUBDIR += snowstar 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 |