aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wlinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/wlinfo/Makefile')
-rw-r--r--x11-toolkits/wlinfo/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-toolkits/wlinfo/Makefile b/x11-toolkits/wlinfo/Makefile
deleted file mode 100644
index a1f2a66f0e0b..000000000000
--- a/x11-toolkits/wlinfo/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= wlinfo
-DISTVERSIONPREFIX= v
-DISTVERSION= g20171028
-CATEGORIES= x11-toolkits
-
-MAINTAINER= ehaupt@FreeBSD.org
-COMMENT= Window information utility for Wayland
-WWW= https://github.com/eklitzke/wlinfo
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-LIB_DEPENDS= libwayland-client.so:graphics/wayland
-
-USES= autoreconf localbase pkgconfig
-USE_GITHUB= yes
-GH_ACCOUNT= eklitzke
-GH_TAGNAME= c394f92
-GNU_CONFIGURE= yes
-
-PLIST_FILES= bin/wlinfo
-
-.include <bsd.port.mk>