789ce7591e
ORBit2 2.10.2 -> 2.12.0 atk 1.6.1 -> 1.8.0 gconf-editor 2.6.2 -> 2.8.2 gconf2 2.6.2 -> 2.8.1 libIDL 0.8.3 -> 0.8.4 libgsf 1.10.0 -> 1.11.1 libgtop2 2.6.0 -> 2.8.1 libwnck 2.6.2 -> 2.8.1 pango 1.4.1 -> 1.6.0 startup-notification 0.5 -> 0.7 Real work done by Francois Briere.
27 lines
595 B
Makefile
27 lines
595 B
Makefile
# $OpenBSD: Makefile,v 1.5 2004/12/10 20:34:00 marcm Exp $
|
|
|
|
COMMENT= "library for tracking application startup"
|
|
|
|
DISTNAME= startup-notification-0.7
|
|
CATEGORIES= devel x11 x11/gnome
|
|
|
|
HOMEPAGE= http://www.freedesktop.org/
|
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= ICE SM X11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/startup-notification/0.7/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|