diff options
author | ugen <ugen@FreeBSD.org> | 1995-03-09 19:20:49 +0800 |
---|---|---|
committer | ugen <ugen@FreeBSD.org> | 1995-03-09 19:20:49 +0800 |
commit | 663315f2983937f9d1a30a2933a6655ac17cafd2 (patch) | |
tree | 75b8d5cbf23bdbfac110a4a5a90a05d4febbb1b3 /audio | |
parent | 3d3ce293c9720ff0ed105fc33261d89ee653ea16 (diff) | |
download | freebsd-ports-gnome-663315f2983937f9d1a30a2933a6655ac17cafd2.tar.gz freebsd-ports-gnome-663315f2983937f9d1a30a2933a6655ac17cafd2.tar.zst freebsd-ports-gnome-663315f2983937f9d1a30a2933a6655ac17cafd2.zip |
s3mod port..this is the last version i found on
Sunsite..actually all the porting is to change #ifdef LINUX
to #ifdef __FreeBSD__ and a couple of include paths..
On this opportunity i want to say that tracker DOES NOT WORKS!!!
I am pretty sure tracker should be better mod player but
for now it is broken..
Diffstat (limited to 'audio')
-rw-r--r-- | audio/s3mod/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/s3mod/Makefile b/audio/s3mod/Makefile new file mode 100644 index 000000000000..c6267e15fe39 --- /dev/null +++ b/audio/s3mod/Makefile @@ -0,0 +1,6 @@ +DISTNAME= s3mod-v1.08A +DISTFILES= s3mod-v1.08A.tar.gz +MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/players/ +INSTALL_TARGET= install + +.include <bsd.port.mk> |