blob: fcb0693cd6b3ea9a72e57419caae666bcaf37edf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= genmenu
PORTVERSION= 1.0.7
PORTREVISION= 1
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:shells/bash
USES= shebangfix
NO_BUILD= yes
PLIST_FILES= bin/genmenu
SHEBANG_FILES= genmenu
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/genmenu ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|