mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
504 B
Makefile
23 lines
504 B
Makefile
# New ports collection makefile for: ktamaga
|
|
# Date created: 13 November 1997
|
|
# Whom: Stefan Eßer <se@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ktamaga
|
|
PORTVERSION= 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.3:${PORTSDIR}/x11/kdelibs11
|
|
MAKE_ENV= DEBUG_FL="$(CFLAGS)"
|
|
|
|
USE_QT= yes
|
|
WRKSRC= ${WRKDIR}/tamaga-0.2
|
|
|
|
.include <bsd.port.mk>
|