1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/games/kcheckers/Makefile
Max Brazhnikov b97da74ba1 - Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
2013-11-22 18:48:41 +00:00

22 lines
523 B
Makefile

# Created by: arved
# $FreeBSD$
PORTNAME= kcheckers
PORTVERSION= 0.8.1
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/qcheckers/${PORTNAME}/${PORTVERSION}
MAINTAINER= johans@FreeBSD.org
COMMENT= Qt version of the classic boardgame checkers
USES= qmake
USE_QT4= corelib gui moc_build rcc_build
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/common.h
@${REINPLACE_CMD} -e 's|..PREFIX/share/kcheckers|${DATADIR}|' \
-e 's|..PREFIX|${PREFIX}|' ${WRKSRC}/kcheckers.pro
.include <bsd.port.mk>