aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xautomation/Makefile
blob: f0362d1b671347c5ee1204b3437cd7af5b84fca0 (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
30
# Created by: ijliao
# $FreeBSD$

PORTNAME=   xautomation
PORTVERSION=    1.09
PORTREVISION=   1
CATEGORIES= x11
MASTER_SITES=   http://hoopajoo.net/static/projects/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Control X from the command line for scripts

LICENSE=    GPLv2

LIB_DEPENDS=    libpng.so:graphics/png

USE_XORG=   xtst
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

PORTDOCS=   AUTHORS ChangeLog README

OPTIONS_DEFINE= DOCS

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

.include <bsd.port.mk>