2013-07-31 13:57:45 +02:00
|
|
|
# Created by: Andreas Kohn <andreas@syndrom23.de>
|
2005-08-28 08:53:44 +02:00
|
|
|
# $FreeBSD$
|
2014-11-19 12:49:04 +01:00
|
|
|
# $MCom: ports/trunk/devel/libnotify/Makefile 19813 2014-08-15 19:44:33Z gusi $
|
2005-08-28 08:53:44 +02:00
|
|
|
|
|
|
|
PORTNAME= libnotify
|
2014-11-19 12:49:04 +01:00
|
|
|
PORTVERSION= 0.7.6
|
2014-06-23 13:08:16 +02:00
|
|
|
PORTREVISION= 1
|
2005-08-28 08:53:44 +02:00
|
|
|
CATEGORIES= devel gnome
|
2010-11-20 16:37:08 +01:00
|
|
|
MASTER_SITES= GNOME
|
2005-08-28 08:53:44 +02:00
|
|
|
|
2006-11-14 13:53:23 +01:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2014-01-23 01:32:52 +01:00
|
|
|
COMMENT= Library for desktop notifications
|
2005-08-28 08:53:44 +02:00
|
|
|
|
2010-11-20 16:37:08 +01:00
|
|
|
LICENSE= LGPL21
|
2014-06-23 13:08:16 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2013-07-31 13:57:45 +02:00
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
USES= gettext gmake libtool pathfix pkgconfig tar:xz
|
|
|
|
USE_GNOME= intlhack glib20 gdkpixbuf2 introspection
|
2007-03-26 21:56:40 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-06-23 13:08:16 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2014-06-23 13:08:16 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2005-08-28 08:53:44 +02:00
|
|
|
|
2007-03-27 04:42:16 +02:00
|
|
|
.include <bsd.port.mk>
|