aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmms-gdancer/Makefile
blob: 8c9db67d4f1f065c7402bc3055bac0340581d843 (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
37
# New ports collection makefile for:	xmms-gdancer
# Date created:			2. Jul 2001
# Whom:				Alexander@Leidinger.net
#
# $FreeBSD$
#

PORTNAME=	xmms-gdancer
PORTVERSION=	0.4.6
PORTREVISION=	3
CATEGORIES=	graphics
MASTER_SITES=	http://www.figz.com/gdancer/files/
DISTNAME=	gdancer-$(PORTVERSION)

MAINTAINER=	netchild@FreeBSD.org
COMMENT=	XMMS Visualization plugin, displays dancing figures

LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms

PLIST_FILES=	lib/xmms/Visualization/gdancer.so
USE_X_PREFIX=	yes
USE_GNOME=	gtk12 gdkpixbuf
USE_GMAKE=	yes
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

CONFIGURE_ARGS=	--enable-pixbuf

post-patch:
	@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure

post-install:
	-${RM} ${PREFIX}/lib/xmms/Visualization/gdancer.la
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>