Index: head/x11/9menu/Makefile =================================================================== --- head/x11/9menu/Makefile (revision 549620) +++ head/x11/9menu/Makefile (revision 549621) @@ -1,26 +1,34 @@ # Created by: Eric L. Hernes # $FreeBSD$ PORTNAME= 9menu -PORTVERSION= 1.9 +PORTVERSION= 1.10 DISTVERSIONPREFIX= ${PORTNAME}-release- CATEGORIES= x11 plan9 MAINTAINER= ports@FreeBSD.org COMMENT= Simple menu patterned after Plan9 +LICENSE= 9MENU +LICENSE_NAME= 9menu License +LICENSE_FILE= ${WRKSRC}/README +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +USES= localbase xorg USE_GITHUB= yes GH_ACCOUNT= arnoldrobbins -USES= xorg USE_XORG= x11 + MAKEFILE= Makefile.noimake +MAKE_ARGS= CC="${CC}" \ + CFLAGS="${CFLAGS}" \ + LIBS="${LIBS} -lX11" ALL_TARGET= 9menu -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lX11" -PLIST_FILES= bin/9menu man/man1/9menu.1.gz +PLIST_FILES= bin/9menu \ + share/man/man1/9menu.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/9menu.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/9menu.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1 .include Index: head/x11/9menu/distinfo =================================================================== --- head/x11/9menu/distinfo (revision 549620) +++ head/x11/9menu/distinfo (revision 549621) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464786533 -SHA256 (arnoldrobbins-9menu-9menu-release-1.9_GH0.tar.gz) = 429ca016e57311589883c2d4af6b5a7bf0c2b441167d54d32558b0d7207cdd6b -SIZE (arnoldrobbins-9menu-9menu-release-1.9_GH0.tar.gz) = 16620 +TIMESTAMP = 1600800740 +SHA256 (arnoldrobbins-9menu-9menu-release-1.10_GH0.tar.gz) = 86a746e0dc217355cb9375fd8dc16c9aa2075549167cfc93d86a43ab5c88241a +SIZE (arnoldrobbins-9menu-9menu-release-1.10_GH0.tar.gz) = 17097 Index: head/x11/9menu/pkg-descr =================================================================== --- head/x11/9menu/pkg-descr (revision 549620) +++ head/x11/9menu/pkg-descr (revision 549621) @@ -1,6 +1,8 @@ This is 9menu, a simple program that allows you to create X menus from the shell, where each menu item will run a command. 9menu is intended for use with 9wm, but can be used with any other window manager. The idea of a command line menu generator is from xmenu, but xmenu is exclusively a pop-up menu, not what everyone wants. + +WWW: https://github.com/arnoldrobbins/9menu