freebsd-ports/games/kpuzzle/Makefile
Will Andrews e6fbab8fba Replace this completely broken port with something that works.
Also update to kpuzzle 0.2.  Note that the hackery involved here to make
NOPORTDOCS work can be revisited later, since there are much more elegant
ways to do it (like changing the default install target's dependencies,
and using INSTALL_TARGET in here to add docs to the install).
BTW, I don't know how this port ever worked in the first place -- KDE 1.x
and kde-qt-addon (for KDE 1.9x, which is pre-2.x) are totally unrelated.
2001-04-15 05:49:39 +00:00

23 lines
415 B
Makefile

# New ports collection makefile for: kpuzzle
# Date created: 2000-11-04
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= kpuzzle
PORTVERSION= 0.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= unstable/apps/games
MAINTAINER= trevor@FreeBSD.org
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
USE_KDELIBS_VER=2
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
.include <bsd.port.mk>