2002-11-14 19:15:25 +01:00
|
|
|
# New ports collection makefile for: startup-notification
|
|
|
|
# Date created: 14 November 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:35:50 +02:00
|
|
|
# $MCom: ports/x11/startup-notification/Makefile,v 1.8 2006/09/10 00:51:15 mezz Exp $
|
2010-07-14 17:24:13 +02:00
|
|
|
#
|
2002-11-14 19:15:25 +01:00
|
|
|
|
|
|
|
PORTNAME= startup-notification
|
2009-05-08 01:37:39 +02:00
|
|
|
PORTVERSION= 0.10
|
2010-07-14 17:24:13 +02:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
2009-05-08 01:37:39 +02:00
|
|
|
LIB_DEPENDS= xcb-aux.0:${PORTSDIR}/x11/xcb-util
|
|
|
|
|
2010-07-14 17:24:13 +02:00
|
|
|
USE_XORG= x11 ice sm
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2002-11-14 19:15:25 +01:00
|
|
|
USE_GMAKE= yes
|
2005-01-15 04:21:21 +01:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-11-14 19:15:25 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2004-04-05 05:11:39 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-11-14 19:15:25 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|