openbsd-ports/x11/peksystray/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

28 lines
526 B
Makefile

# $OpenBSD: Makefile,v 1.9 2012/03/29 13:39:01 sthen Exp $
COMMENT= freedesktop.org compliant system tray
DISTNAME= peksystray-0.4.0
REVISION= 1
CATEGORIES= x11
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://sourceforge.net/projects/peksystray/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c X11 ICE SM
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=peksystray/}
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= simple
NO_REGRESS= Yes
.include <bsd.port.mk>