summaryrefslogtreecommitdiff
path: root/games/ktamaga/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1997-12-03 00:31:43 +0000
committerStefan Eßer <se@FreeBSD.org>1997-12-03 00:31:43 +0000
commit5c6c9aa70141f22d815ef06bcf950622a4d88d0f (patch)
treed33c385107cce9c52b21de166b275a5e10920fb2 /games/ktamaga/Makefile
parentPrint a warning if mkisofs is not installed. (diff)
The KDE Tamagochi emulator.
Notes
Notes: svn path=/head/; revision=8963
Diffstat (limited to 'games/ktamaga/Makefile')
-rw-r--r--games/ktamaga/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/games/ktamaga/Makefile b/games/ktamaga/Makefile
new file mode 100644
index 000000000000..de2252019cb1
--- /dev/null
+++ b/games/ktamaga/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: ktamaga
+# Version required: 0.2
+# Date created: 13 November 1997
+# Whom: Stefan Eßer <se@freebsd.org>
+#
+# $Id:$
+#
+
+DISTNAME= ktamaga-0.2
+CATEGORIES= games kde
+MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/pub/kde/old/apps/games/ \
+ ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/old/apps/games/ \
+ ftp://ftp.caldera.com/pub/mirrors/kde/old/apps/games/
+
+MAINTAINER= se@freebsd.org
+
+BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt
+LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \
+ kdecore\\.0\\.1[1-9]:${PORTSDIR}/x11/kdelibs
+
+WRKSRC= ${WRKDIR}/tamaga-0.2
+
+.include <bsd.port.mk>