freebsd-ports/x11-wm/genmenu/Makefile
Roman Bogorodskiy cd53609c95 Drop maintainership
Return back to the pool ports I no longer use.
2019-02-24 12:47:30 +00:00

24 lines
451 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= genmenu
PORTVERSION= 1.0.7
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://gtk.no/archive/genmenu/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generating menus for Bbox, Fbox, Obox, WM and E
RUN_DEPENDS= bash:shells/bash
USES= shebangfix
NO_BUILD= yes
PLIST_FILES= bin/genmenu
SHEBANG_FILES= genmenu
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/genmenu ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>