mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
36 lines
704 B
Makefile
36 lines
704 B
Makefile
# Created by: Rod Taylor <rod@zort.on.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xhippo
|
|
PORTVERSION= 3.5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Generic music player for Unix-like systems
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libid3tag.so:${PORTSDIR}/audio/libid3tag
|
|
RUN_DEPENDS= mpg123:${PORTSDIR}/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.default
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/^sysconf_DATA/s|=.*|= xhippo.config.default|' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|