summaryrefslogblamecommitdiff
path: root/x11-wm/genmenu/Makefile
blob: 5642b3131a5db15fecc36036f6e4a9f14b5bb5b0 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                               
                     
                      
                                              
 
                                 

                                                               
                                            
 
                           








                                                                                        
# 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=	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>