6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
27 lines
639 B
Makefile
27 lines
639 B
Makefile
# 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CXXFLAGS+= -I${LOCALBASE}/include
|
|
CONFIGURE_ARGS= --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig
|
|
USE_GETTEXT= yes
|
|
USE_GNOME= glib20 pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|