# New ports collection makefile for: libnotify # Date created: 2005-08-06 # Whom: Andreas Kohn # # $FreeBSD$ # $MCom: ports/devel/libnotify/Makefile,v 1.14 2010/12/26 13:47:26 kwm Exp $ # PORTNAME= libnotify PORTVERSION= 0.7.1 CATEGORIES= devel gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= A library for desktop notifications BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes USE_GNOME= gnomehack gnometarget intlhack glib20 gtk30 ltverhack:1 USE_GETTEXT= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" # Installs libnotify.so.4 by default, hack it to become so.1. # Should we leave it like this? .include