diff --git a/sysutils/screenfetch-nox11/Makefile b/sysutils/screenfetch-nox11/Makefile new file mode 100644 index 000000000000..a067e8af398b --- /dev/null +++ b/sysutils/screenfetch-nox11/Makefile @@ -0,0 +1,12 @@ +# Created by: Jason Helfman +# $FreeBSD$ + +PKGNAMESUFFIX= -nox11 + +MASTERDIR= ${.CURDIR}/../screenfetch + +CONFLICTS_INSTALL= screenFetch-[0-9].* + +OPTIONS_EXCLUDE= X11 + +.include "${MASTERDIR}/Makefile"