2017-12-25 07:58:59 -05:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= jumpnbump
|
2019-11-21 15:49:25 -05:00
|
|
|
PORTVERSION= 1.61
|
2017-12-25 07:58:59 -05:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= https://gitlab.com/LibreGames/jumpnbump/repository/${PORTVERSION}/archive.tar.bz2?dummy=/
|
|
|
|
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2019-11-21 15:49:25 -05:00
|
|
|
COMMENT= Play cute bunnies jumping on each other's heads #'
|
2017-12-25 07:58:59 -05:00
|
|
|
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2020-02-23 10:25:53 -05:00
|
|
|
DEPRECATED= Uses deprecated version of python
|
2020-08-03 19:37:25 -04:00
|
|
|
EXPIRATION_DATE= 2020-09-15
|
2020-02-23 10:25:53 -05:00
|
|
|
|
2019-11-21 16:10:39 -05:00
|
|
|
USES= compiler:c11 gettext-tools gmake sdl shebangfix tar:bzip2
|
2017-12-25 07:58:59 -05:00
|
|
|
SHEBANG_FILES= ${WRKSRC}/menu/jumpnbump_menu.py.pre
|
|
|
|
USE_SDL= sdl2 mixer2 net2
|
2019-11-21 15:49:25 -05:00
|
|
|
ALL_TARGET= all
|
|
|
|
INSTALL_TARGET= install
|
2017-12-25 07:58:59 -05:00
|
|
|
|
2019-11-21 15:49:25 -05:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}-7a0a7ab7491680338bb13058adafdfaac03a1f6d
|
2017-12-25 07:58:59 -05:00
|
|
|
PORTDOCS= AUTHORS ChangeLog README.md
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= LAUNCHER DOCS NLS
|
|
|
|
OPTIONS_DEFAULT=LAUNCHER
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
LAUNCHER_DESC= Install pygtk launcher
|
|
|
|
LAUNCHER_USES= python:2.7,run
|
2019-11-21 15:49:25 -05:00
|
|
|
LAUNCHER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/py-gobject3@${PY_FLAVOR}
|
|
|
|
LAUNCHER_ALL_TARGET= jnbmenu
|
|
|
|
LAUNCHER_INSTALL_TARGET=jnbmenuinstall
|
2017-12-25 07:58:59 -05:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.for f in jnbpack gobpack jnbunpack jumpnbump
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
post-install-DOCS-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|