From 4ac5dc3b3dbda5ea6eeb1b532f057d7d03bb3284 Mon Sep 17 00:00:00 2001 From: nemysis Date: Tue, 24 Sep 2013 22:45:30 +0000 Subject: - Change maintainer email gmx.ch --> FreeBSD.org - Add license (GPLv2) - Use the new format for LIB_DEPENDS - Add docs and Option Approved by: wg/pawel (mentors) --- x11/xautomation/Makefile | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/xautomation/Makefile b/x11/xautomation/Makefile index cb4c04d4b557..54fe524d7381 100644 --- a/x11/xautomation/Makefile +++ b/x11/xautomation/Makefile @@ -6,10 +6,12 @@ PORTVERSION= 1.07 CATEGORIES= x11 MASTER_SITES= http://hoopajoo.net/static/projects/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Control X from the command line for scripts -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LICENSE= GPLv2 + +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USE_XORG= xtst GNU_CONFIGURE= yes @@ -23,5 +25,17 @@ MAN1= pat2ppm.1 patextract.1 png2pat.1 rgb2pat.1 \ visgrep.1 xmousepos.1 xte.1 MAN7= xautomation.7 +PORTDOCS= AUTHORS ChangeLog README + +OPTIONS_DEFINE= DOCS + NO_STAGE= yes +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + .include -- cgit