diff options
Diffstat (limited to 'net-p2p/moodriver/Makefile')
-rw-r--r-- | net-p2p/moodriver/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-p2p/moodriver/Makefile b/net-p2p/moodriver/Makefile new file mode 100644 index 0000000..45bbe67 --- /dev/null +++ b/net-p2p/moodriver/Makefile @@ -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> |