mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
34 lines
798 B
Makefile
34 lines
798 B
Makefile
# New ports collection makefile for: folks
|
|
# Date created: 23 July 2010
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/net-im/folks/Makefile,v 1.8 2010/10/26 08:47:55 kwm Exp $
|
|
#
|
|
|
|
PORTNAME= folks
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= library to aggregates people from multiple sources
|
|
|
|
BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen \
|
|
g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
|
|
LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee \
|
|
telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib
|
|
|
|
USE_BZIP2= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
PLIST_SUB= VERSION=16
|
|
|
|
.include <bsd.port.mk>
|