diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-03 17:04:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-03 17:04:22 +0800 |
commit | 89db4ca6078111d82b1a6c2dd55862c466a1abfd (patch) | |
tree | fb0abcdc8f7bfd5b06e82936ab11baa77eb9d83b /x11 | |
parent | 8c816121e34ccddf7368bc3c9593dfc12a2c2771 (diff) | |
download | freebsd-ports-gnome-89db4ca6078111d82b1a6c2dd55862c466a1abfd.tar.gz freebsd-ports-gnome-89db4ca6078111d82b1a6c2dd55862c466a1abfd.tar.zst freebsd-ports-gnome-89db4ca6078111d82b1a6c2dd55862c466a1abfd.zip |
- Switch to USES=localbase
- Fix license
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xstroke/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/xstroke/Makefile b/x11/xstroke/Makefile index 53252c5dce60..918ab8b0bc4f 100644 --- a/x11/xstroke/Makefile +++ b/x11/xstroke/Makefile @@ -10,17 +10,16 @@ MASTER_SITES= http://ftp.gwdg.de/pub/linux/handhelds/projects/xstroke/release-0. 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 |