2013-03-08 11:51:34 +01:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2002-11-14 19:15:25 +01:00
|
|
|
|
|
|
|
PORTNAME= startup-notification
|
2012-01-15 13:48:11 +01:00
|
|
|
PORTVERSION= 0.12
|
2015-07-07 12:39:42 +02:00
|
|
|
PORTREVISION= 4
|
2002-11-14 19:15:25 +01:00
|
|
|
CATEGORIES= x11 gnome
|
2009-05-08 01:37:39 +02:00
|
|
|
MASTER_SITES= http://www.freedesktop.org/software/startup-notification/releases/
|
2002-11-14 19:15:25 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:36:20 +01:00
|
|
|
COMMENT= Library that supports startup notification spec from freedesktop.org
|
2002-11-14 19:15:25 +01:00
|
|
|
|
2017-09-25 15:16:27 +02:00
|
|
|
LICENSE= LGPL20 MIT
|
|
|
|
LICENSE_COMB= multi
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
LIB_DEPENDS= libxcb-util.so:x11/xcb-util
|
2009-05-08 01:37:39 +02:00
|
|
|
|
2019-11-07 19:36:55 +01:00
|
|
|
USES= gmake libtool pathfix pkgconfig xorg
|
2010-11-20 16:37:08 +01:00
|
|
|
USE_XORG= x11
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_LDCONFIG= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2010-11-20 16:37:08 +01:00
|
|
|
CONFIGURE_ARGS+=ac_cv_lib_ICE_IceConnectionNumber=no
|
2014-04-25 09:38:01 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2002-11-14 19:15:25 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|