1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/games/ksudoku/Makefile
2012-06-01 05:26:28 +00:00

23 lines
452 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= 6
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
.include <bsd.port.mk>