freebsd-ports/audio/xhippo/Makefile

36 lines
704 B
Makefile
Raw Normal View History

# Created by: Rod Taylor <rod@zort.on.ca>
1999-08-25 06:36:31 +02:00
# $FreeBSD$
PORTNAME= xhippo
PORTVERSION= 3.5
CATEGORIES= audio
MASTER_SITES= GNU
2012-12-03 06:26:26 +01:00
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
2013-09-03 08:36:41 +02:00
USES= gettext pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gtk2
2000-10-05 09:22:56 +02:00
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INFO= xhippo
post-extract:
@${LN} -sf xhippo.config ${WRKSRC}/xhippo.config.default
2000-10-05 09:22:56 +02:00
post-patch:
@${REINPLACE_CMD} -e \
'/^sysconf_DATA/s|=.*|= xhippo.config.default|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>