blob: f996f32bdfdb8b158906bb7add2d60409da80003 (
plain)
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
|
# $FreeBSD$
PORTNAME= libgalago
PORTVERSION= 0.5.2
PORTREVISION= 4
CATEGORIES= devel deskutils
MASTER_SITES= http://www.galago-project.org/files/releases/source/${PORTNAME}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Galago desktop presence library
LIB_PC_DEPENDS= dbus-glib-1.pc:devel/dbus-glib
BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
USES= gettext libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-tests
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
post-configure:
@${ECHO_CMD} "#define HAVE_STRCHR 1" >> ${WRKSRC}/config.h
.include <bsd.port.mk>
|