Update to 1.10
- Set LICENSE - Clean up MAKE_ARGS - Sort variables - Install the manual page under share/man/man1 - Set WWW
This commit is contained in:
parent
a8b4a281c4
commit
fa212045e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549621
@ -2,25 +2,33 @@
|
||||
# $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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -4,3 +4,5 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user