Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2016 09:04:22 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425196 - head/x11/xstroke
Message-ID:  <201611030904.uA394Me9080824@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Nov  3 09:04:22 2016
New Revision: 425196
URL: https://svnweb.freebsd.org/changeset/ports/425196

Log:
  - Switch to USES=localbase
  - Fix license

Modified:
  head/x11/xstroke/Makefile

Modified: head/x11/xstroke/Makefile
==============================================================================
--- head/x11/xstroke/Makefile	Thu Nov  3 08:32:40 2016	(r425195)
+++ head/x11/xstroke/Makefile	Thu Nov  3 09:04:22 2016	(r425196)
@@ -10,17 +10,16 @@ MASTER_SITES=	http://ftp.gwdg.de/pub/lin
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fullscreen gesture recognition
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		bison imake
+USES=		bison imake localbase
 USE_XORG=	xft x11 xext xi xtst
 
 PLIST_FILES=	bin/xstroke %%ETCDIR%%/alphabet man/man1/xstroke.1.gz
 
 CFLAGS+=	-I.
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
+LDFLAGS+=	-lpthread
 
 post-patch:
 	@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/etc/Imakefile



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