- Add LICENSE
- Add missing xorg depends - Switch to options helpers - Add WWW
This commit is contained in:
parent
bbf1349240
commit
6421c723cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420905
@ -11,12 +11,15 @@ MASTER_SITES= ftp://ftp.yars.free.net/pub/source/xruskb/ \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Keyboard layout switcher and indicator
|
||||
|
||||
USE_XORG= x11 ice xt xmu
|
||||
USES= tar:bzip2
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --datadir=${PREFIX}/share
|
||||
USE_XORG= x11 ice xt xmu xext sm
|
||||
|
||||
DOCS= FAQ NEWS README* TODO xrus.doc-*
|
||||
PORTDOCS= *
|
||||
PORTDATA= *
|
||||
|
||||
OPTIONS_DEFINE= MOTIF DOCS
|
||||
@ -27,7 +30,9 @@ MOTIF_CONFIGURE_OFF= --with-toolkit=none
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/Xrus.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Xrus
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} FAQ NEWS README* TODO xrus.doc-* ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,3 +9,5 @@ keyboard indicator.
|
||||
key combination is pressed, it swaps 1,2 and 3,4 columns of
|
||||
keyboard map. When a timeout without keyboard and mouse events
|
||||
passes, it starts a locker.
|
||||
|
||||
WWW: http://lav.yar.ru/
|
||||
|
@ -2,10 +2,3 @@ bin/xrus
|
||||
bin/xrusmodmap
|
||||
lib/X11/app-defaults/Xrus
|
||||
man/man1/xrus.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.WindowMaker
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xrus.doc-english
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xrus.doc-koi8
|
||||
|
Loading…
Reference in New Issue
Block a user