mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
f6ff7bd3ad
Generating menus for Bbox, Fbox, Obox, WM and E
29 lines
581 B
Makefile
29 lines
581 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: genmenu
|
|
# Date created: Nov 10, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= genmenu
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://projects.gtk.mine.nu/archive/genmenu/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Generating menus for Bbox, Fbox, Obox, WM and E
|
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
|
|
|
|
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>
|