2003-11-10 03:17:13 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: genmenu
|
|
|
|
# Date created: Nov 10, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= genmenu
|
2004-07-21 12:42:26 +00:00
|
|
|
PORTVERSION= 1.0.7
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 1
|
2003-11-10 03:17:13 +00:00
|
|
|
CATEGORIES= x11-wm
|
2004-01-28 21:59:36 +00:00
|
|
|
MASTER_SITES= http://gtk.no/archive/genmenu/
|
2003-11-10 03:17:13 +00:00
|
|
|
|
2005-03-08 07:38:35 +00:00
|
|
|
MAINTAINER= novel@FreeBSD.org
|
2003-11-10 03:17:13 +00:00
|
|
|
COMMENT= Generating menus for Bbox, Fbox, Obox, WM and E
|
|
|
|
|
2004-08-16 09:51:42 +00:00
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
2003-11-10 03:17:13 +00:00
|
|
|
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= bin/genmenu
|
2003-11-10 03:17:13 +00:00
|
|
|
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>
|