# New ports collection makefile for: taglib-sharp # Date Created: Aug 25 2008 # Whom: Florent Thoumie # # $FreeBSD$ # PORTNAME= taglib-sharp PORTVERSION= 2.0.3.7 CATEGORIES= audio MASTER_SITES= http://download.banshee.fm/${PORTNAME}/${PORTVERSION}/ MAINTAINER= mono@FreeBSD.org COMMENT= Tagging library for the Mono framework LIB_PC_DEPENDS= mono.pc:${PORTSDIR}/lang/mono BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|} RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|} GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack PLIST_SUB+= PORTVERSION="${PORTVERSION}" \ VERSIONSUFX="db62eba44689b5b0" .include .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .if defined(NOPORTDOCS) CONFIGURE_ARGS+= --disable-docs .endif .include