change flavoring for consistency, "x11" -> "no_x11"; requested by brad@
This commit is contained in:
parent
c355b8e624
commit
a848488691
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.112 2001/01/09 16:13:12 naddy Exp $
|
# $OpenBSD: Makefile,v 1.113 2001/01/09 18:52:34 naddy Exp $
|
||||||
# $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $
|
# $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
SUBDIR += netpipe
|
SUBDIR += netpipe
|
||||||
SUBDIR += ngrep
|
SUBDIR += ngrep
|
||||||
SUBDIR += nmap
|
SUBDIR += nmap
|
||||||
SUBDIR += nmap:x11
|
SUBDIR += nmap:no_x11
|
||||||
SUBDIR += ns
|
SUBDIR += ns
|
||||||
SUBDIR += nsping
|
SUBDIR += nsping
|
||||||
SUBDIR += ntop
|
SUBDIR += ntop
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.30 2001/01/09 16:10:16 naddy Exp $
|
# $OpenBSD: Makefile,v 1.31 2001/01/09 18:52:34 naddy Exp $
|
||||||
|
|
||||||
DISTNAME= nmap-2.54BETA7
|
DISTNAME= nmap-2.54BETA7
|
||||||
PKGNAME= nmap-2.54b7
|
PKGNAME= nmap-2.54b7
|
||||||
@ -16,10 +16,10 @@ PERMIT_DISTFILES_FTP= Yes
|
|||||||
MASTER_SITES= ${HOMEPAGE}dist/
|
MASTER_SITES= ${HOMEPAGE}dist/
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
FLAVORS= x11
|
FLAVORS= no_x11
|
||||||
FLAVOR?=
|
FLAVOR?=
|
||||||
|
|
||||||
.if ${FLAVOR:L:Mx11}
|
.if !${FLAVOR:L:Mno_x11}
|
||||||
LIB_DEPENDS+= gtk.1.2::x11/gtk+
|
LIB_DEPENDS+= gtk.1.2::x11/gtk+
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
5
net/nmap/pkg/PFRAG.no-no_x11
Normal file
5
net/nmap/pkg/PFRAG.no-no_x11
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
@comment $OpenBSD: PFRAG.no-no_x11,v 1.1 2001/01/09 18:52:34 naddy Exp $
|
||||||
|
bin/nmapfe
|
||||||
|
bin/xnmap
|
||||||
|
man/man1/nmapfe.1
|
||||||
|
man/man1/xnmap.1
|
@ -1,5 +0,0 @@
|
|||||||
@comment $OpenBSD: PFRAG.x11,v 1.1 2001/01/09 16:10:17 naddy Exp $
|
|
||||||
bin/nmapfe
|
|
||||||
bin/xnmap
|
|
||||||
man/man1/nmapfe.1
|
|
||||||
man/man1/xnmap.1
|
|
@ -1,7 +1,7 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.8 2001/01/09 16:10:17 naddy Exp $
|
@comment $OpenBSD: PLIST,v 1.9 2001/01/09 18:52:35 naddy Exp $
|
||||||
bin/nmap
|
bin/nmap
|
||||||
man/man1/nmap.1
|
man/man1/nmap.1
|
||||||
%%x11%%
|
!%%no_x11%%
|
||||||
share/nmap/nmap-os-fingerprints
|
share/nmap/nmap-os-fingerprints
|
||||||
share/nmap/nmap-protocols
|
share/nmap/nmap-protocols
|
||||||
share/nmap/nmap-rpc
|
share/nmap/nmap-rpc
|
||||||
|
Loading…
Reference in New Issue
Block a user