diff options
| author | Jason Helfman <jgh@FreeBSD.org> | 2019-08-16 15:42:25 +0000 |
|---|---|---|
| committer | Jason Helfman <jgh@FreeBSD.org> | 2019-08-16 15:42:25 +0000 |
| commit | 224695b531f554a4b4a57699511d7fb4627cd494 (patch) | |
| tree | 360e6b2bf1b1993434b4a34215a8ffd4cc75a293 /sysutils | |
| parent | f06a447ebe0b96bd094d60ee5029f2df18451460 (diff) | |
Notes
Diffstat (limited to 'sysutils')
| -rw-r--r-- | sysutils/screenfetch-nox11/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
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 <jgh@FreeBSD.org> +# $FreeBSD$ + +PKGNAMESUFFIX= -nox11 + +MASTERDIR= ${.CURDIR}/../screenfetch + +CONFLICTS_INSTALL= screenFetch-[0-9].* + +OPTIONS_EXCLUDE= X11 + +.include "${MASTERDIR}/Makefile" |
