mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
b97da74ba1
- Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
22 lines
523 B
Makefile
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>
|