mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
3c175cb569
Reviewed by: marcus
30 lines
592 B
Makefile
30 lines
592 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: genmenu
|
|
# Date created: Nov 10, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= genmenu
|
|
PORTVERSION= 1.0.5
|
|
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:${PORTSDIR}/shells/bash2
|
|
|
|
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>
|