blob: 4825daacbd57ac7ee26e4fce535da1806bfb109a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= xautomation
PORTVERSION= 1.07
CATEGORIES= x11
MASTER_SITES= http://hoopajoo.net/static/projects/
MAINTAINER= nemysis@gmx.ch
COMMENT= Control X from the command line for scripts
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
USE_XORG= xtst
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/pat2ppm bin/patextract bin/png2pat bin/rgb2pat \
bin/visgrep bin/xmousepos bin/xte
MAN1= pat2ppm.1 patextract.1 png2pat.1 rgb2pat.1 \
visgrep.1 xmousepos.1 xte.1
MAN7= xautomation.7
.include <bsd.port.mk>
|