blob: c2e3cc8dee6e3799f0383e13b167ef3355e3df74 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# 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= 4
CATEGORIES= games audio
MASTER_SITES= http://ishamael.tunkeymicket.com/tarballs/
DISTNAME= mq-${PORTVERSION}
MAINTAINER= jylefort@brutele.be
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_GSTREAMER= yes
USE_LIBTOOL_VER= 15
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>
|