1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11-wm/genmenu/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

25 lines
451 B
Makefile

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