1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/audio/muine/Makefile
Edwin Groothuis 5b2e209044 [Maintainer Update] Muine: Fix library mapping so minor updates don't cause breakage.
Attached patch changes Muine's library mappings so minor
	version number changes do not break the port in the future.

PR:		ports/71136
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-10-13 01:58:56 +00:00

32 lines
828 B
Makefile

# New ports collection makefile for: muine
# Date created: 20040615
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
#
PORTNAME= muine
PORTVERSION= 0.6.3
CATEGORIES= audio gnome
MASTER_SITES= http://muine.gooeylinux.org/
MAINTAINER= tmclaugh@sdf.lonestar.org
COMMENT= Mono based Gnome audio player
LIB_DEPENDS= xine.9:${PORTSDIR}/multimedia/libxine \
FLAC.5:${PORTSDIR}/audio/flac \
id3tag.2:${PORTSDIR}/audio/libid3tag \
gdbm:${PORTSDIR}/databases/gdbm
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp.pc:${PORTSDIR}/x11-toolkits/gtk-sharp
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack intltool libgnomeui
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>