View | Details | Raw Unified | Return to bug 94763
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 9-15 Link Here
9
PORTVERSION=	0.5.12
9
PORTVERSION=	0.5.12
10
PORTREVISION=	4
10
PORTREVISION=	4
11
CATEGORIES=	x11
11
CATEGORIES=	x11
12
MASTER_SITES=	http://xstroke.org/releases/
12
MASTER_SITES=	ftp://ftp.handhelds.org/projects/xstroke/release-0.5/ \
13
		http://www.handhelds.org/download/projects/xstroke/release-0.5/
13
14
14
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Fullscreen gesture recognition
16
COMMENT=	Fullscreen gesture recognition
Lines 17-23 Link Here
17
LIB_DEPENDS=	Xft.2:${PORTSDIR}/x11-fonts/libXft
18
LIB_DEPENDS=	Xft.2:${PORTSDIR}/x11-fonts/libXft
18
19
19
USE_GETOPT_LONG=yes
20
USE_GETOPT_LONG=yes
20
USE_REINPLACE=	yes
21
USE_BISON=	yes
21
USE_BISON=	yes
22
USE_IMAKE=	yes
22
USE_IMAKE=	yes
23
CFLAGS+=	${PTHREAD_CFLAGS}
23
CFLAGS+=	${PTHREAD_CFLAGS}
(-)pkg-descr (-1 / +1 lines)
Lines 7-10 Link Here
7
gestures, but it can also emulate mouse button "clicks", launch programs,
7
gestures, but it can also emulate mouse button "clicks", launch programs,
8
and other fun things.
8
and other fun things.
9
9
10
WWW: http://www.xstroke.org/
10
WWW: http://www.handhelds.org/geeklog/index.php

Return to bug 94763