- Fix MASTER_SITES, make fetchable
- Drop USE_REINPLACE - Drop WWW, since there doesn't appear to be an appropriate one PR: 94763 Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
This commit is contained in:
parent
3f0a38ac26
commit
b0aa53951a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157849
2 changed files with 2 additions and 4 deletions
|
@ -9,7 +9,8 @@ PORTNAME= xstroke
|
|||
PORTVERSION= 0.5.12
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://xstroke.org/releases/
|
||||
MASTER_SITES= ftp://ftp.handhelds.org/projects/xstroke/release-0.5/ \
|
||||
http://www.handhelds.org/download/projects/xstroke/release-0.5/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Fullscreen gesture recognition
|
||||
|
@ -17,7 +18,6 @@ COMMENT= Fullscreen gesture recognition
|
|||
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_REINPLACE= yes
|
||||
USE_BISON= yes
|
||||
USE_IMAKE= yes
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
|
|
|
@ -6,5 +6,3 @@ gestures and performs actions based on the gestures.
|
|||
xstroke is most commonly configured to "type" characters in response to
|
||||
gestures, but it can also emulate mouse button "clicks", launch programs,
|
||||
and other fun things.
|
||||
|
||||
WWW: http://www.xstroke.org/
|
||||
|
|
Loading…
Reference in a new issue