• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/nmap/nmap.mk
Thomas De SchampheleireThomas De Schampheleire committed aaffd209fae27 Sep 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# nmap
4
#
5
################################################################################
6
​
7
NMAP_VERSION = 6.47
8
NMAP_SITE = http://nmap.org/dist
9
NMAP_SOURCE = nmap-$(NMAP_VERSION).tar.bz2
10
NMAP_DEPENDENCIES = libpcap pcre
11
NMAP_CONF_OPTS = --without-liblua --without-zenmap \
12
    --with-libdnet=included --with-liblinear=included \
13
    --with-libpcre="$(STAGING_DIR)/usr" --without-ncat
14
NMAP_LICENSE = GPLv2
15
NMAP_LICENSE_FILES = COPYING
16
​
17
ifeq ($(BR2_PACKAGE_OPENSSL),y)
18
NMAP_CONF_OPTS += --with-openssl="$(STAGING_DIR)/usr"
19
NMAP_DEPENDENCIES += openssl
20
else
21
NMAP_CONF_OPTS += --without-openssl
22
endif
23
​
24
# ndiff only works with python2.x
25
ifeq ($(BR2_PACKAGE_PYTHON),y)
26
NMAP_DEPENDENCIES += python
27
else
28
NMAP_CONF_OPTS += --without-ndiff
29
endif
30
​
31
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.