blob: c4b70738a9fd2d1bc5117807ed25a1e6b5c644ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Created by: Aaron Baugher
# $FreeBSD$
PORTNAME= xlogical
PORTVERSION= 1.0p8
PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= http://changeling.ixionstudios.com/xlogical/downloads/ \
http://freebsd.portsreview.info/downloads/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/-/}
MAINTAINER= aaron@baugher.biz
COMMENT= Remake of the classic puzzle game Logical
USES= gmake tar:bzip2
USE_SDL= sdl image mixer
GNU_CONFIGURE= yes
NO_STAGE= yes
post-extract:
${CHMOD} 755 ${WRKSRC}/missing
${RM} ${WRKSRC}/LICENSE
post-install:
.ifndef NOPORTDOCS
${MKDIR} ${DOCSDIR}
${CP} ${WRKSRC}/[A-Z][A-Z]* ${DOCSDIR}
.endif
.include <bsd.port.mk>
|