8558ca7184
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
56 lines
1.2 KiB
Makefile
56 lines
1.2 KiB
Makefile
# New ports collection makefile for: kdegames3
|
|
# Date created: Sun 14 May 2000 02:47:57
|
|
# Whom: Will Andrews <will@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kdegames
|
|
PORTVERSION= ${KDE_VERSION}
|
|
PORTREVISION= 4
|
|
CATEGORIES= games kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Games for the KDE integrated X11 desktop
|
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
USE_KDELIBS_VER=3
|
|
PREFIX= ${KDE_PREFIX}
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --disable-setgid
|
|
|
|
DECKS= ${WRKSRC}/libkdegames/carddecks/decks/
|
|
|
|
.if defined(WITHOUT_TUX)
|
|
PLIST_SUB+= FREEBSD_DECK="@comment "
|
|
.else
|
|
PLIST_SUB+= FREEBSD_DECK=""
|
|
.endif
|
|
|
|
post-extract:
|
|
.if defined(WITHOUT_TUX)
|
|
${CP} ${FILESDIR}/deck_freebsd.desktop ${DECKS}deck14.desktop
|
|
${CP} ${FILESDIR}/deck_freebsd.png ${DECKS}/deck14.png
|
|
.else
|
|
${CP} ${FILESDIR}/deck_freebsd.desktop ${DECKS}
|
|
${CP} ${FILESDIR}/deck_freebsd.png ${DECKS}
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|root:root|${BINOWN}:${BINGRP}|g' \
|
|
${WRKSRC}/kgoldrunner/gamedata/Makefile.in
|
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
|
.include <bsd.port.mk>
|