svn commit: r425196 - head/x11/xstroke

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 3 09:04:23 UTC 2016


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 at 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


More information about the svn-ports-all mailing list