freebsd-ports/audio/gimmix/Makefile

38 lines
915 B
Makefile
Raw Normal View History

# Created by: Matthieu Guegan <matt.guegan@free.fr>
# $FreeBSD$
PORTNAME= gimmix
2015-01-20 15:00:28 +01:00
PORTVERSION= 0.5.7.2
CATEGORIES= audio
2014-12-20 14:57:20 +01:00
MASTER_SITES= BERLIOS
2012-06-03 14:14:38 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Gimmix is a graphical MPD client written in C using GTK+2
LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd \
libtag.so:${PORTSDIR}/audio/taglib \
libnxml.so:${PORTSDIR}/textproc/libnxml
LICENSE= GPLv2
2012-06-29 14:58:43 +02:00
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
USE_GNOME= gtk20 intltool libglade2
GNU_CONFIGURE= yes
USES= tar:bzip2 desktop-file-utils gmake pkgconfig
CONFIGURE_ENV= DATADIRNAME=share
NLS_CPPFLAGS= -I${LOCALBASE}/include
NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
post-patch:
@${LN} -sf ${LOCALBASE}/share/intltool/Makefile.in.in ${WRKSRC}/po/Makefile.in.in
@${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/gimmix-covers.c ${WRKSRC}/src/gimmix-lyrics.c
.include <bsd.port.mk>