aboutsummaryrefslogtreecommitdiff
path: root/devel/librcc/Makefile
blob: f60a7d74187450dc978622a0dd004f6222cf9e15 (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
33
34
35
# New ports collection makefile for:	librcc
# Date created:			30-12-2007
# Whom:				Ulrich Spoerlein <uspoerlein@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	librcc
PORTVERSION=	0.2.5
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	rusxmms

MAINTAINER=	uspoerlein@gmail.com
COMMENT=	Library used by rusxmms for language autodetection

LIB_DEPENDS=	rcd.1:${PORTSDIR}/devel/librcd

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_GNOME=	gtk12 libxml2
USE_GMAKE=	yes
USE_ICONV=	yes
USE_LDCONFIG=	yes

USE_AUTOTOOLS=	aclocal:19 automake:19 autoheader:261 autoconf:261 libtool:15
ACLOCAL_ARGS=	--force
AUTOMAKE_ARGS=	-a

CONFIGURE_ARGS=--disable-bdb --disable-gtk2 --disable-glib2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib" \
		PTHREAD_LIBS="${PTHREAD_LIBS}"

.include <bsd.port.mk>