openbsd-ports/x11/gdevilspie/Makefile
jasper 7f9630b035 import gdevilspie 0.3
A user friendly interface to the devilspie window matching daemon, to
create rules easily.

ok ajacoutot@
2008-05-31 09:03:20 +00:00

32 lines
604 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/05/31 09:03:20 jasper Exp $
PKG_ARCH= *
COMMENT= gui to configure devilspie rules
DISTNAME= gdevilspie-0.31
CATEGORIES= x11 sysutils
HOMEPAGE= http://code.google.com/p/gdevilspie/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://gdevilspie.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MODULES= lang/python
RUN_DEPENDS= ::devel/desktop-file-utils \
::x11/devilspie \
::x11/gnome/py-gnome-desktop
MODPY_EGG_VERSION= 0.3
NO_REGRESS= Yes
.include <bsd.port.mk>