diff options
author | Ugen J.S. Antsilevich <ugen@FreeBSD.org> | 1995-03-09 11:20:49 +0000 |
---|---|---|
committer | Ugen J.S. Antsilevich <ugen@FreeBSD.org> | 1995-03-09 11:20:49 +0000 |
commit | 3306552fc291d79ea56f453932ce7c31c7aeb5e6 (patch) | |
tree | dce9c0a6b92e9d928a8391626efb3ac3b731ab8d /audio/s3mod | |
parent | ada2276045f82a958c907ae3be03cdda2d385f6e (diff) |
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..
Notes
Notes:
svn path=/head/; revision=1115
Diffstat (limited to 'audio/s3mod')
-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> |