mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add FreeSCI 0.3.0, a portable interpreter for SCI games.
PR: 23633 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
This commit is contained in:
parent
cb8895c30e
commit
80ef25d427
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36115
@ -12,6 +12,7 @@
|
||||
SUBDIR += dgen-sdl
|
||||
SUBDIR += dlx
|
||||
SUBDIR += fmsx
|
||||
SUBDIR += freesci
|
||||
SUBDIR += frodo
|
||||
SUBDIR += gsnes9x
|
||||
SUBDIR += hfs
|
||||
|
29
emulators/freesci/Makefile
Normal file
29
emulators/freesci/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: freesci
|
||||
# Date created: 17 December 2000
|
||||
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= freesci
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ftp://ftp.linuxgames.com/freesci/
|
||||
|
||||
MAINTAINER= greid@ukug.uk.freebsd.org
|
||||
|
||||
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi \
|
||||
png.4:${PORTSDIR}/graphics/png
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
USE_GLIB= yes
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/freesci
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/sci.sgml ${PREFIX}/share/freesci
|
||||
|
||||
.include <bsd.port.mk>
|
1
emulators/freesci/distinfo
Normal file
1
emulators/freesci/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (freesci-0.3.0.tar.gz) = 71fa6c95a6fcebe3c818e53e6561721a
|
1
emulators/freesci/pkg-comment
Normal file
1
emulators/freesci/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A portable interpreter for SCI games, such as the Space Quest series.
|
13
emulators/freesci/pkg-descr
Normal file
13
emulators/freesci/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
FreeSCI is a portable interpreter for SCI games, such as the Space Quest
|
||||
series (starting with SQ3) or Leisure Suit Larry (2 and sequels).
|
||||
|
||||
This release has the following limitations (plus some bugs):
|
||||
|
||||
- Only SCI0 games are supported
|
||||
- The SCI debug functions aren't fully supported (and probably never will be,
|
||||
since we're using our own debug functions).
|
||||
- Sound is not supported yet
|
||||
- Graphics are slow, especially on displays not using 8bpp color index mode.
|
||||
|
||||
- George Reid
|
||||
greid@ukug.uk.freebsd.org
|
11
emulators/freesci/pkg-plist
Normal file
11
emulators/freesci/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
bin/sciunpack
|
||||
bin/scriptdump
|
||||
bin/vocabdump
|
||||
bin/classes
|
||||
bin/sciconsole
|
||||
bin/scidisasm
|
||||
bin/listwords
|
||||
bin/sciv
|
||||
lib/libscisound.a
|
||||
share/freesci/sci.sgml
|
||||
@dirrm share/freesci
|
29
games/freesci/Makefile
Normal file
29
games/freesci/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: freesci
|
||||
# Date created: 17 December 2000
|
||||
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= freesci
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ftp://ftp.linuxgames.com/freesci/
|
||||
|
||||
MAINTAINER= greid@ukug.uk.freebsd.org
|
||||
|
||||
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi \
|
||||
png.4:${PORTSDIR}/graphics/png
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
USE_GLIB= yes
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/freesci
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/sci.sgml ${PREFIX}/share/freesci
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/freesci/distinfo
Normal file
1
games/freesci/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (freesci-0.3.0.tar.gz) = 71fa6c95a6fcebe3c818e53e6561721a
|
1
games/freesci/pkg-comment
Normal file
1
games/freesci/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A portable interpreter for SCI games, such as the Space Quest series.
|
13
games/freesci/pkg-descr
Normal file
13
games/freesci/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
FreeSCI is a portable interpreter for SCI games, such as the Space Quest
|
||||
series (starting with SQ3) or Leisure Suit Larry (2 and sequels).
|
||||
|
||||
This release has the following limitations (plus some bugs):
|
||||
|
||||
- Only SCI0 games are supported
|
||||
- The SCI debug functions aren't fully supported (and probably never will be,
|
||||
since we're using our own debug functions).
|
||||
- Sound is not supported yet
|
||||
- Graphics are slow, especially on displays not using 8bpp color index mode.
|
||||
|
||||
- George Reid
|
||||
greid@ukug.uk.freebsd.org
|
11
games/freesci/pkg-plist
Normal file
11
games/freesci/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
bin/sciunpack
|
||||
bin/scriptdump
|
||||
bin/vocabdump
|
||||
bin/classes
|
||||
bin/sciconsole
|
||||
bin/scidisasm
|
||||
bin/listwords
|
||||
bin/sciv
|
||||
lib/libscisound.a
|
||||
share/freesci/sci.sgml
|
||||
@dirrm share/freesci
|
Loading…
Reference in New Issue
Block a user