freebsd-ports/devel/libgalago/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

28 lines
741 B
Makefile

# $FreeBSD$
PORTNAME= libgalago
PORTVERSION= 0.5.2
PORTREVISION= 5
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>