# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # openspc # openspc/Makefile # openspc/pkg-descr # openspc/distinfo # echo c - openspc mkdir -p openspc > /dev/null 2>&1 echo x - openspc/Makefile sed 's/^X//' >openspc/Makefile << 'END-of-openspc/Makefile' X# New ports collection makefile for: openspc X# Date created: 10 Jul 2005 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= openspc XPORTVERSION= 0.3.1 XCATEGORIES= audio XMASTER_SITES= http://membres.lycos.fr/pixels/ XDISTNAME= OpenSPC-${PORTVERSION} X XMAINTAINER= ehaupt@critical.ch XCOMMENT= A command line player for .spc and .zst files X XONLY_FOR_ARCHS= i386 # contains x86 asm code XINSTALLS_SHLIB= yes XUSE_LIBTOOL_VER=13 X XPORTDOCS= README XPLIST_FILES= bin/OpenSPClite include/OpenSPC.h lib/libOpenSPC.so.3 \ X lib/libOpenSPC.la lib/libOpenSPC.a X X.if !defined(NOPORTDOCS) Xpost-install: X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include END-of-openspc/Makefile echo x - openspc/pkg-descr sed 's/^X//' >openspc/pkg-descr << 'END-of-openspc/pkg-descr' XOpenSPC is an SPC command line player created using a very modified SNEeSe SPC XCPU core. It was written in C (although the SPC core is in Assembly) using XDJGPP. X XWWW: http://membres.lycos.fr/pixels/OpenSPC.html X X- ehaupt Xehaupt@critical.ch END-of-openspc/pkg-descr echo x - openspc/distinfo sed 's/^X//' >openspc/distinfo << 'END-of-openspc/distinfo' XMD5 (OpenSPC-0.3.1.tar.gz) = f39d88694eb31341420572872b1743c8 XSIZE (OpenSPC-0.3.1.tar.gz) = 155358 END-of-openspc/distinfo exit