2013-09-20 19:36:33 +02:00
|
|
|
# Created by: Aaron Baugher
|
2007-09-07 04:45:36 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2007-11-06 11:26:13 +01:00
|
|
|
PORTNAME= xlogical
|
|
|
|
PORTVERSION= 1.0p8
|
2014-12-08 17:48:38 +01:00
|
|
|
PORTREVISION= 10
|
2007-11-06 11:26:13 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://changeling.ixionstudios.com/xlogical/downloads/ \
|
|
|
|
http://freebsd.portsreview.info/downloads/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/-/}
|
2007-09-07 04:45:36 +02:00
|
|
|
|
2007-11-06 11:26:13 +01:00
|
|
|
MAINTAINER= aaron@baugher.biz
|
|
|
|
COMMENT= Remake of the classic puzzle game Logical
|
2007-09-07 04:45:36 +02:00
|
|
|
|
2014-06-10 22:49:51 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2007-11-06 11:26:13 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2015-04-20 21:06:29 +02:00
|
|
|
CONFIGURE_ARGS= --localstatedir="${PREFIX}/var"
|
|
|
|
USES= autoreconf dos2unix gmake tar:bzip2
|
|
|
|
USE_SDL= sdl image mixer
|
2007-09-07 04:45:36 +02:00
|
|
|
|
2014-06-10 22:49:51 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2007-09-07 04:45:36 +02:00
|
|
|
post-extract:
|
2014-06-10 22:49:51 +02:00
|
|
|
@${CHMOD} 755 ${WRKSRC}/missing
|
|
|
|
@${RM} ${WRKSRC}/LICENSE
|
2007-09-07 04:45:36 +02:00
|
|
|
|
|
|
|
post-install:
|
2014-06-10 22:49:51 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/[A-Z][A-Z]* ${STAGEDIR}${DOCSDIR}
|
2009-04-07 22:51:31 +02:00
|
|
|
.endif
|
2007-09-07 04:45:36 +02:00
|
|
|
|
2007-11-06 11:26:13 +01:00
|
|
|
.include <bsd.port.mk>
|