openbsd-ports/x11/gdevilspie/Makefile
ajacoutot 861a799ae0 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 20:46:00 +00:00

33 lines
627 B
Makefile

# $OpenBSD: Makefile,v 1.3 2009/12/21 20:46:01 ajacoutot Exp $
PKG_ARCH= *
COMMENT= gui to configure devilspie rules
DISTNAME= gdevilspie-0.31
PKGNAME= ${DISTNAME}p1
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>