1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

C++ library to use as an abstraction layer between museekd

and a client application that wants to use it.
This commit is contained in:
Roman Bogorodskiy 2006-07-25 20:19:14 +00:00
parent 1af6bf287e
commit 3c67340a99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168746
5 changed files with 42 additions and 0 deletions

View File

@ -72,6 +72,7 @@
SUBDIR += mldonkey-serverspy
SUBDIR += mldonkey-urlslave
SUBDIR += mutella
SUBDIR += moodriver
SUBDIR += mooseekd
SUBDIR += mute-net
SUBDIR += mute-net-gui

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: moodriver
# Date created: 2006-07-24
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= moodriver
PORTVERSION= 0.06
CATEGORIES= net-p2p
MASTER_SITES= http://files.beep-media-player.org/releases/moodriver/
MAINTAINER= novel@FreeBSD.org
COMMENT= C++ museekd client library
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20
GNU_CONFIGURE= yes
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig
USE_GETTEXT= yes
USE_GNOME= glib20
USE_LDCONFIG= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (moodriver-0.06.tar.gz) = a4b7ffc88ea8c70711da173aeb86c6b0
SHA256 (moodriver-0.06.tar.gz) = b4ed6fbf502eb70ad890471583bc69c276ab91c912c4bd110dc8a9f92d8c2082
SIZE (moodriver-0.06.tar.gz) = 388869

View File

@ -0,0 +1,2 @@
C++ library to use as an abstraction layer between museekd
and a client application that wants to use it.

View File

@ -0,0 +1,10 @@
@comment $FreeBSD$
bin/moo
include/moodriver/moo/driver.hh
include/moodriver/moo/types.hh
lib/libmoodriver.so.0
lib/libmoodriver.so
lib/libmoodriver.la
libdata/pkgconfig/moodriver.pc
@dirrm include/moodriver/moo
@dirrm include/moodriver