mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to version 0.3.1.
PR: 25401 Submitted by: maintainer
This commit is contained in:
parent
8327f80bf6
commit
5ad7c75da9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38835
6 changed files with 16 additions and 28 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= freesci
|
||||
PORTVERSION= 0.3.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ftp://ftp.linuxgames.com/freesci/
|
||||
|
||||
|
@ -21,10 +20,12 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
USE_GLIB= yes
|
||||
MAN6= freesci-tools.6 sciv.6
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/freesci
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/sci.sgml ${PREFIX}/share/freesci
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (freesci-0.3.0.tar.gz) = 71fa6c95a6fcebe3c818e53e6561721a
|
||||
MD5 (freesci-0.3.1.tar.gz) = 78575cd27a7aeb9557f2e17e65ebce8f
|
||||
|
|
|
@ -1,14 +1,7 @@
|
|||
bin/sciunpack
|
||||
bin/scriptdump
|
||||
bin/vocabdump
|
||||
bin/classes
|
||||
bin/sciconsole
|
||||
bin/scidisasm
|
||||
bin/listwords
|
||||
bin/sciunpack
|
||||
bin/sciv
|
||||
lib/libscicore.a
|
||||
lib/libsciengine.a
|
||||
lib/libscigraphics.a
|
||||
lib/libscisound.a
|
||||
share/freesci/sci.sgml
|
||||
@dirrm share/freesci
|
||||
%%PORTDOCS%%share/freesci/sci.sgml
|
||||
%%PORTDOCS%%@dirrm share/freesci
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= freesci
|
||||
PORTVERSION= 0.3.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ftp://ftp.linuxgames.com/freesci/
|
||||
|
||||
|
@ -21,10 +20,12 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
USE_GLIB= yes
|
||||
MAN6= freesci-tools.6 sciv.6
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/freesci
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/sci.sgml ${PREFIX}/share/freesci
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (freesci-0.3.0.tar.gz) = 71fa6c95a6fcebe3c818e53e6561721a
|
||||
MD5 (freesci-0.3.1.tar.gz) = 78575cd27a7aeb9557f2e17e65ebce8f
|
||||
|
|
|
@ -1,14 +1,7 @@
|
|||
bin/sciunpack
|
||||
bin/scriptdump
|
||||
bin/vocabdump
|
||||
bin/classes
|
||||
bin/sciconsole
|
||||
bin/scidisasm
|
||||
bin/listwords
|
||||
bin/sciunpack
|
||||
bin/sciv
|
||||
lib/libscicore.a
|
||||
lib/libsciengine.a
|
||||
lib/libscigraphics.a
|
||||
lib/libscisound.a
|
||||
share/freesci/sci.sgml
|
||||
@dirrm share/freesci
|
||||
%%PORTDOCS%%share/freesci/sci.sgml
|
||||
%%PORTDOCS%%@dirrm share/freesci
|
||||
|
|
Loading…
Add table
Reference in a new issue