openbsd-ports/x11/peksystray/Makefile
alek d111252ef6 Import peksystray 0.2.1
PekSysTray is an freedesktop.org compliant system tray notification
area dockapp similar to the Gnome notification area applet. However,
it is designed for any window manager supporting docking.

From Michael Knudsen <mk@molioner.dk>
2005-04-12 21:35:26 +00:00

27 lines
533 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/04/12 21:35:26 alek Exp $
COMMENT= "freedesktop.org compliant system tray"
DISTNAME= peksystray-0.2.1
CATEGORIES= x11
HOMEPAGE= http://sourceforge.net/projects/peksystray/
MAINTAINER= Michael Knudsen <mk@molioner.dk>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c X11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=peksystray/}
SEPARATE_BUILD= simple
USE_X11= Yes
CONFIGURE_STYLE= simple
.include <bsd.port.mk>