mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
parent
0d98985b1e
commit
81844a53cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44998
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnuboy
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= emulators games
|
||||
MASTER_SITES= http://gnuboy.unix-fu.org/src/ \
|
||||
http://brightrain.aerifal.cx/~laguna/src/
|
||||
@ -18,7 +18,6 @@ LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib \
|
||||
SDL-1.1.3:${PORTSDIR}/devel/sdl12
|
||||
|
||||
USE_XLIB= yes
|
||||
|
||||
USE_AUTOCONF= yes
|
||||
GNU_CONFIGURE= yes
|
||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||
@ -31,4 +30,10 @@ post-patch:
|
||||
@${PERL} -pi -e "s|SDL/|SDL11/|g" ${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnuboy-1.0.0.tar.gz) = 3d8123ce5fe69de03186f19954ecc9d0
|
||||
MD5 (gnuboy-1.0.1.tar.gz) = 2b2932c64af7bf9f1814682de994aa31
|
||||
|
@ -1,3 +1,12 @@
|
||||
bin/sdlgnuboy
|
||||
bin/sgnuboy
|
||||
bin/xgnuboy
|
||||
%%PORTDOCS%%share/doc/gnuboy/CHANGES
|
||||
%%PORTDOCS%%share/doc/gnuboy/CONFIG
|
||||
%%PORTDOCS%%share/doc/gnuboy/CREDITS
|
||||
%%PORTDOCS%%share/doc/gnuboy/FAQ
|
||||
%%PORTDOCS%%share/doc/gnuboy/HACKING
|
||||
%%PORTDOCS%%share/doc/gnuboy/LIBERTY
|
||||
%%PORTDOCS%%share/doc/gnuboy/README.old
|
||||
%%PORTDOCS%%share/doc/gnuboy/WHATSNEW
|
||||
%%PORTDOCS%%@dirrm share/doc/gnuboy
|
||||
|
Loading…
Reference in New Issue
Block a user