summaryrefslogtreecommitdiffstats
path: root/games/gnome-music-quiz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnome-music-quiz/Makefile')
-rw-r--r--games/gnome-music-quiz/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/games/gnome-music-quiz/Makefile b/games/gnome-music-quiz/Makefile
deleted file mode 100644
index 4cec8f316..000000000
--- a/games/gnome-music-quiz/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: GNOME Music Quiz
-# Date created: 20 Jun 2004
-# Whom: Jean-Yves Lefort <jylefort@brutele.be>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnome-music-quiz
-PORTVERSION= 0.1
-PORTREVISION= 7
-CATEGORIES= games audio
-MASTER_SITES= http://ishamael.inactivex.net/software/tarballs/
-DISTNAME= mq-${PORTVERSION}
-
-MAINTAINER= jylefort@FreeBSD.org
-COMMENT= A game similar to the television show 'Name That Tune'
-
-RUN_DEPENDS= rhythmbox:${PORTSDIR}/audio/rhythmbox
-
-USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix libgnomeui
-USE_GSTREAMER80= gconf
-GNU_CONFIGURE= yes
-
-pre-configure:
- @${RM} -f \
- ${WRKSRC}/intltool-extract.in \
- ${WRKSRC}/intltool-merge.in \
- ${WRKSRC}/intltool-update.in
- @${CP} -f \
- ${LOCALBASE}/share/intltool/intltool-extract.in \
- ${LOCALBASE}/share/intltool/intltool-merge.in \
- ${LOCALBASE}/share/intltool/intltool-update.in \
- ${WRKSRC}
-
-.include <bsd.port.mk>