aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/moodriver/Makefile
blob: a7b5485c03afff6959c021bf64b6418b2d414cf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    moodriver
# Date created:             2006-07-24
# Whom:                 Roman Bogorodskiy <novel@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   moodriver
PORTVERSION=    0.20.1
PORTREVISION=   2
CATEGORIES= net-p2p
MASTER_SITES=   http://files.backtrace.info/releases/moodriver/

MAINTAINER= novel@FreeBSD.org
COMMENT=    C++ museekd client library

LIB_DEPENDS=    sigc-2.0.0:${PORTSDIR}/devel/libsigc++20

BROKEN=     Does not fetch

DEPRECATED= Not supported by upstream, master site is down
EXPIRATION_DATE=    2013-04-02

GNU_CONFIGURE=  yes
LDFLAGS+=   -L${LOCALBASE}/lib
CXXFLAGS+=  -I${LOCALBASE}/include
CONFIGURE_ARGS= --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig
USES=       gettext
USE_GNOME=  glib20 pkgconfig
USE_LDCONFIG=   yes

.include <bsd.port.mk>