aboutsummaryrefslogtreecommitdiff
path: root/x11/xautomation/Makefile
blob: 31a19db0c38b0963a05a36f62a114bc3caede40a (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
27
28
29
PORTNAME=	xautomation
PORTVERSION=	1.09
PORTREVISION=	2
CATEGORIES=	x11
MASTER_SITES=	http://hoopajoo.net/static/projects/

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Control X from the command line for scripts
WWW=		https://hoopajoo.net/projects/xautomation.html

LICENSE=	GPLv2

LIB_DEPENDS=	libpng.so:graphics/png

USES=		localbase:ldflags xorg
USE_XORG=	xtst

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

PORTDOCS=	AUTHORS ChangeLog README

OPTIONS_DEFINE=	DOCS

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>