1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/kmines/Makefile

18 lines
437 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= kmines
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= games kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4
USES= cmake:outsource tar:xz
USE_QT4= moc_build qmake_build rcc_build uic_build
.include <${.CURDIR}/../kdegames4/Makefile.common>
.include <bsd.port.mk>