summaryrefslogtreecommitdiff
path: root/graphics/xmms-fishmatic/Makefile
blob: 5967d07ac31727e2cce98af5a27b8e81397d8000 (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
# New ports collection makefile for:	xmms-fishmatic
# Date created:				20 Jan 2002
# Whom:					David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
#

PORTNAME=	fishmatic
PORTVERSION=	0.0.1
CATEGORIES=	graphics
MASTER_SITES=	http://stukach.com/hosted/
PKGNAMEPREFIX=	xmms-
DISTNAME=	fishmatic

MAINTAINER=	dyeske@yahoo.com

BUILD_DEPENDS=	xmms-config:${PORTSDIR}/audio/xmms
RUN_DEPENDS=	xmms:${PORTSDIR}/audio/xmms

INSTALLS_SHLIB=	yes
USE_LIBTOOL=	yes
USE_GMAKE=	yes
USE_GTK=	yes
USE_MESA=	yes
USE_X_PREFIX=	yes

CFLAGS+=	-I${X11BASE}/include -L${X11BASE}/lib

post-patch:
	@${RM} -f ${WRKSRC}/config.cache
	@${PERL} -pi -e 's@glib-config@${GLIB_CONFIG}@g;' \
		${WRKSRC}/configure

.include <bsd.port.mk>