1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/games/xlogical/Makefile
Ion-Mihai Tetcu e98325e5bc Fix plist with -DNOPORT*.
Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-07 20:51:31 +00:00

35 lines
726 B
Makefile

# New ports collection makefile for: xlogical
# Date created: 8 August 2007
# Whom: Aaron Baugher
#
# $FreeBSD$
#
PORTNAME= xlogical
PORTVERSION= 1.0p8
PORTREVISION= 1
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
USE_BZIP2= yes
USE_GMAKE= yes
USE_SDL= sdl image mixer
GNU_CONFIGURE= 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>