aboutsummaryrefslogtreecommitdiffstats
path: root/games/ksudoku/Makefile
blob: 7024e445f50bd9b934aae60d36d183e6993daff5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Ports collection makefile for:    ksudoku
# Date created:             30 September 2005
# Whom:                 Bartosz Fabianowski <freebsd@chillt.de>
#
# $FreeBSD$
#

PORTNAME=   ksudoku
PORTVERSION=    0.3
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

EXTRA_PATCHES=  ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure

USE_KDELIBS_VER=3
USE_AUTOTOOLS=  libtool:15

post-patch:
    @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure

.include <bsd.port.mk>