1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/x11/xautomation/Makefile
Rusmir Dusko 61accd76b9 - Update to 1.08
- Support STAGEDIR
- Use pkg-plist instead of PLIST_FILES

Approved by:	wg/pawel (mentors)
2013-10-14 14:03:14 +00:00

30 lines
589 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= xautomation
PORTVERSION= 1.08
CATEGORIES= x11
MASTER_SITES= http://hoopajoo.net/static/projects/
MAINTAINER= nemysis@FreeBSD.org
COMMENT= Control X from the command line for scripts
LICENSE= GPLv2
LIB_DEPENDS= libpng15.so:${PORTSDIR}/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>