freebsd-ports/devel/librcc/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

32 lines
726 B
Makefile

# New ports collection makefile for: librcc
# Date created: 30-12-2007
# Whom: Ulrich Spoerlein <uspoerlein@gmail.com>
#
# $FreeBSD$
#
PORTNAME= librcc
PORTVERSION= 0.2.6
PORTREVISION= 1
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
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>