freebsd-ports/games/ksudoku/Makefile
Dmitry Marakasov 535382b891 - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
2009-09-02 15:01:56 +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= 3
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>