mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
New port: misc/mc-nox11: misc/mc but without x11 dependencies
PR: 238425 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> Approved by: portmgr (maintainer timeout: 2 months)
This commit is contained in:
parent
53b240738b
commit
e7c081a46c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515841
7
misc/mc-nox11/Makefile
Normal file
7
misc/mc-nox11/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mc
|
||||
PKGNAMESUFFIX= -nox11
|
||||
OPTIONS_EXCLUDE= X11
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mc
|
||||
PORTVERSION= 4.8.22
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc shells
|
||||
MASTER_SITES= http://ftp.midnight-commander.org/ \
|
||||
https://ftp.osuosl.org/pub/midnightcommander/
|
||||
@ -60,6 +60,8 @@ SUBSHELL_CONFIGURE_WITH=subshell
|
||||
|
||||
X11_CONFIGURE_ENABLE= x
|
||||
X11_USE= xorg=x11,xext
|
||||
X11_VARS= CONFLICTS_INSTALL+="mc-nox11-[0-9]*"
|
||||
X11_VARS_OFF= CONFLICTS_INSTALL+="mc-[0-9]*" PKGNAMESUFFIX=-nox11
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user