freebsd-ports/x11-wm/genmenu/Makefile
Volker Stolz fa59e81f19 Use shells/bash instead of shells/bash2 for RUN_DEPENDS.
PR:		ports/70436
Submitted by:	Roman Bogorodskiy (maintainer)
2004-08-16 09:51:42 +00:00

29 lines
594 B
Makefile

# ex:ts=8
# Ports collection makefile for: genmenu
# Date created: Nov 10, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= genmenu
PORTVERSION= 1.0.7
CATEGORIES= x11-wm
MASTER_SITES= http://gtk.no/archive/genmenu/
MAINTAINER= bogorodskiy@inbox.ru
COMMENT= Generating menus for Bbox, Fbox, Obox, WM and E
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
PLIST_FILES= bin/genmenu
USE_REINPLACE= yes
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>