freebsd-ports/x11-wm/genmenu/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

29 lines
588 B
Makefile

# ex:ts=8
# Ports collection makefile for: genmenu
# Date created: Nov 10, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= genmenu
PORTVERSION= 1.0.7
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://gtk.no/archive/genmenu/
MAINTAINER= novel@FreeBSD.org
COMMENT= Generating menus for Bbox, Fbox, Obox, WM and E
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
PLIST_FILES= bin/genmenu
NO_BUILD= yes
post-patch:
@${REINPLACE_CMD} -e "s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|" ${WRKSRC}/genmenu
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/genmenu ${PREFIX}/bin
.include <bsd.port.mk>