mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
25 lines
489 B
Makefile
25 lines
489 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= 2
|
|
CATEGORIES= games kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
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>
|