mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
f11d33d34c
but it is not as easy as it sounds, many dangers are present, traps made out of those arrow blocks, for example. Also beasts that try to eat you. WWW: http://xye.sourceforge.net/ PR: ports/96738 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> Approved by: lawrance (mentor, implicit)
26 lines
574 B
Makefile
26 lines
574 B
Makefile
# New ports collection makefile for: xye
|
|
# Date created: 3 May 2006
|
|
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xye
|
|
PORTVERSION= 0.7.6.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= gogo@cs.uni-sb.de
|
|
COMMENT= A puzzle game for X
|
|
|
|
USE_SDL= sdl image
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc
|
|
USE_GMAKE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E 's,#include.*<SDL/(SDL.*\.h)>,#include <SDL11/\1>,g' ${WRKSRC}/src/vxsdl.h
|
|
|
|
.include <bsd.port.mk>
|