blob: 2bf0d9c594b439be34d400c206c1b6d77bf570af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Ports collection makefile for: ksudoku
# Date created: 30 September 2005
# Whom: Bartosz Fabianowski <freebsd@chillt.de>
#
# $FreeBSD$
#
PORTNAME= ksudoku
PORTVERSION= 0.4
PORTREVISION= 4
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>
|