freebsd-ports/games/ksudoku/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

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>