1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/games/ktamaga/Makefile
Satoshi Asami 65edaaa1f5 Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
 GNU_CONFIGURE)
1998-08-12 06:29:36 +00:00

24 lines
556 B
Makefile

# New ports collection makefile for: ktamaga
# Version required: 0.2
# Date created: 13 November 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.5 1998/08/07 23:56:20 asami Exp $
#
DISTNAME= ktamaga-0.2
CATEGORIES= games kde
MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/unstable/apps/games/ \
ftp://ftp.kde.org/pub/kde/unstable/apps/games/
MAINTAINER= se@freebsd.org
LIB_DEPENDS= kdecore\\.0\\.1[1-9]:${PORTSDIR}/x11/kdelibs
BROKEN= upgrade
USE_QT= yes
WRKSRC= ${WRKDIR}/tamaga-0.2
.include <bsd.port.mk>