openbsd-ports/x11/obmenu/Makefile
ajacoutot 92be3d4db4 - add a patch from Debian to automatically copy the default openbox menu
if none exist in the user's homedir
- remove trailing space from shebang that would prevent obm-nav from
working

requested by and ok sthen@
2007-12-20 11:53:24 +00:00

36 lines
829 B
Makefile

# $OpenBSD: Makefile,v 1.2 2007/12/20 11:53:24 ajacoutot Exp $
COMMENT= Openbox menu editor
DISTNAME= obmenu-1.0
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11
HOMEPAGE= http://obmenu.sourceforge.net/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=obmenu/}
MODULES= lang/python
RUN_DEPENDS= ::x11/py-gtk2 \
::x11/openbox
pre-configure:
@perl -pi -e 's,!!SYSCONFDIR!!,${SYSCONFDIR},g' \
${WRKSRC}/obmenu
.for i in pipes/obm-moz pipes/obm-nav pipes/obm-dir
@perl -pi -e 's,/usr/bin/env python,${MODPY_BIN},g' ${WRKSRC}/${i}
.endfor
.for i in pipes/obm-xdg obxml.py obmenu
@perl -pi -e 's,/usr/bin/python,${MODPY_BIN},g' ${WRKSRC}/${i}
.endfor
.include <bsd.port.mk>