Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2023 15:10:39 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 57e454fd4465 - main - x11/xautomation: Adopt port
Message-ID:  <202309301510.38UFAd6p070581@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=57e454fd44659f9cd41904045e5fbabd58d13880

commit 57e454fd44659f9cd41904045e5fbabd58d13880
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-30 15:09:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-30 15:10:21 +0000

    x11/xautomation: Adopt port
    
    - Utilize USES=localbase
---
 x11/xautomation/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/x11/xautomation/Makefile b/x11/xautomation/Makefile
index e14d6fe55589..343eff6c1b9a 100644
--- a/x11/xautomation/Makefile
+++ b/x11/xautomation/Makefile
@@ -4,7 +4,7 @@ PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://hoopajoo.net/static/projects/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Control X from the command line for scripts
 WWW=		https://hoopajoo.net/projects/xautomation.html
 
@@ -12,11 +12,10 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		xorg
+USES=		localbase:ldflags xorg
 USE_XORG=	xtst
+
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 PORTDOCS=	AUTHORS ChangeLog README
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309301510.38UFAd6p070581>