summaryrefslogtreecommitdiffstats
path: root/audio/xhippo/Makefile
blob: 6f5360d3352f3109ef0247722ef236ae8fa4edc5 (plain)
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
# Created by: Rod Taylor <rod@zort.on.ca>
# $FreeBSD$

PORTNAME=	xhippo
PORTVERSION=	3.5
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	GNU

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Generic music player for Unix-like systems

LICENSE=	GPLv3

LIB_DEPENDS=	libid3tag.so:audio/libid3tag
RUN_DEPENDS=	mpg123:audio/mpg123

USE_GNOME=	gtk20
USES=		gettext pkgconfig
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-gtk2

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

INFO=		xhippo

post-extract:
	@${LN} -sf xhippo.config ${WRKSRC}/xhippo.config.sample

post-patch:
	@${REINPLACE_CMD} -e \
		'/^sysconf_DATA/s|=.*|= xhippo.config.sample|' \
			${WRKSRC}/Makefile.in

.include <bsd.port.mk>
OpenPOWER on IntegriCloud