de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
23 lines
475 B
Makefile
23 lines
475 B
Makefile
# Ports collection makefile for: ksudoku
|
|
# Date created: 30 September 2005
|
|
# Whom: Bartosz Fabianowski <freebsd@chillt.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ksudoku
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 5
|
|
CATEGORIES= games kde
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= freebsd@chillt.de
|
|
COMMENT= A Sudoku generator and solver for KDE
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_GMAKE= yes
|
|
USE_GL= yes
|
|
USE_CMAKE= yes
|
|
CMAKE_USE_PTHREAD= yes
|
|
|
|
.include <bsd.port.mk>
|