1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/games/xlogical/Makefile
Pawel Pekala 20e1fdab56 - Remove deprecated @dirrm
- Use option helper

Approved by:	portmgr blanket
2016-01-27 20:04:58 +00:00

33 lines
744 B
Makefile

# Created by: Aaron Baugher
# $FreeBSD$
PORTNAME= xlogical
PORTVERSION= 1.0p8
PORTREVISION= 10
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
LICENSE= GPLv2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir="${PREFIX}/var"
USES= autoreconf dos2unix gmake tar:bzip2
USE_SDL= sdl image mixer
OPTIONS_DEFINE= DOCS
post-extract:
@${CHMOD} 755 ${WRKSRC}/missing
@${RM} ${WRKSRC}/LICENSE
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/[A-Z][A-Z]* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>