diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-18 00:52:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-18 00:52:59 +0800 |
commit | 6779432269302bea85231dc4c4ddf1500cae50c8 (patch) | |
tree | f346acb193fc3b595f7087a05523bfb5e5cb0069 | |
parent | 2250fb73606c749c942d8d5aa2486faca36ee6d2 (diff) | |
download | freebsd-ports-gnome-6779432269302bea85231dc4c4ddf1500cae50c8.tar.gz freebsd-ports-gnome-6779432269302bea85231dc4c4ddf1500cae50c8.tar.zst freebsd-ports-gnome-6779432269302bea85231dc4c4ddf1500cae50c8.zip |
- Add LICENSE
- Take maintainership
- Add mirror
-rw-r--r-- | games/einstein/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/games/einstein/Makefile b/games/einstein/Makefile index 7304e04d4643..9aadff8262b9 100644 --- a/games/einstein/Makefile +++ b/games/einstein/Makefile @@ -5,22 +5,25 @@ PORTNAME= einstein PORTVERSION= 2.0 PORTREVISION= 10 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 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org 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 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-patch: - ${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e "s,@@STAGEDIR@@,${STAGEDIR}," \ -e "s,@@PREFIX@@,${PREFIX}," \ ${WRKSRC}/Makefile post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/einstein + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/einstein .include <bsd.port.mk> |