mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Add LICENSE
- Take maintainership - Add mirror
This commit is contained in:
parent
d1fb19c104
commit
ea56479451
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426290
@ -5,22 +5,25 @@ PORTNAME= einstein
|
|||||||
PORTVERSION= 2.0
|
PORTVERSION= 2.0
|
||||||
PORTREVISION= 10
|
PORTREVISION= 10
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= http://games.flowix.com/files/einstein/
|
MASTER_SITES= http://games.flowix.com/files/einstein/ \
|
||||||
|
http://mirror.amdmi3.ru/distfiles/
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= amdmi3@FreeBSD.org
|
||||||
COMMENT= Remake of old DOS game Sherlock, which was inspired by Albert Einstein's puzzle
|
COMMENT= Remake of old DOS game Sherlock, which was inspired by Albert Einstein's puzzle
|
||||||
|
|
||||||
|
LICENSE= GPLv2+ # (now dead) website mentions GPL
|
||||||
|
|
||||||
USE_SDL= sdl ttf mixer
|
USE_SDL= sdl ttf mixer
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} \
|
@${REINPLACE_CMD} \
|
||||||
-e "s,@@STAGEDIR@@,${STAGEDIR}," \
|
-e "s,@@STAGEDIR@@,${STAGEDIR}," \
|
||||||
-e "s,@@PREFIX@@,${PREFIX}," \
|
-e "s,@@PREFIX@@,${PREFIX}," \
|
||||||
${WRKSRC}/Makefile
|
${WRKSRC}/Makefile
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/einstein
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/einstein
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user