svn commit: r509083 - head/sysutils/screenfetch-nox11

Jason Helfman jgh at FreeBSD.org
Fri Aug 16 15:42:26 UTC 2019


Author: jgh
Date: Fri Aug 16 15:42:25 2019
New Revision: 509083
URL: https://svnweb.freebsd.org/changeset/ports/509083

Log:
  - Add screeenfetch-nox11, which is an x11-disabled slave port of
    sysutils/screenfetch

Added:
  head/sysutils/screenfetch-nox11/
  head/sysutils/screenfetch-nox11/Makefile   (contents, props changed)

Added: head/sysutils/screenfetch-nox11/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/screenfetch-nox11/Makefile	Fri Aug 16 15:42:25 2019	(r509083)
@@ -0,0 +1,12 @@
+# Created by: Jason Helfman <jgh at FreeBSD.org>
+# $FreeBSD$
+
+PKGNAMESUFFIX=	-nox11
+
+MASTERDIR=	${.CURDIR}/../screenfetch
+
+CONFLICTS_INSTALL=	screenFetch-[0-9].*
+
+OPTIONS_EXCLUDE=	X11
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list