5afb6b6f12
protocol that's used by Gnome 2.2. Using this protocol a desktop environment can track the launch of an application and provide feedback such as a busy cursor, among other features. ok jolan@
27 lines
638 B
Makefile
27 lines
638 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/06/12 19:42:44 marcm Exp $
|
|
|
|
COMMENT= "library for tracking application startup"
|
|
|
|
DISTNAME= startup-notification-0.5
|
|
CATEGORIES= devel x11/gnome
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/startup-notification/0.5/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|