mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
26 lines
478 B
Makefile
26 lines
478 B
Makefile
COMMENT = menu generation utility for X window managers
|
|
DISTNAME = menumaker-0.99.14
|
|
CATEGORIES = x11
|
|
REVISION = 4
|
|
|
|
SITES = ${SITE_SOURCEFORGE:=menumaker/}
|
|
|
|
HOMEPAGE = https://menumaker.sourceforge.net/
|
|
MAINTAINER = Alessandro De Laurenzis <just22@atlantide.mooo.com>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
MAKE_FLAGS = PYTHON=${MODPY_BIN}
|
|
|
|
NO_TEST = Yes
|
|
|
|
post-install:
|
|
${MODPY_COMPILEALL} ${PREFIX}/share/menumaker
|
|
|
|
.include <bsd.port.mk>
|