1
0
forked from ports/opt
opt/nmap/Pkgfile

21 lines
531 B
Plaintext
Raw Normal View History

2005-11-21 18:42:54 +00:00
# Description: Utility for network exploration or security auditing
# URL: http://www.insecure.org/nmap
# Maintainer: Simone Rota, sip at varlock dot com
2006-02-06 12:32:10 +00:00
# Packager: sten, nick dot steeves at shaw dot ca
2005-11-21 18:42:54 +00:00
name=nmap
2006-02-06 12:32:10 +00:00
version=4.00
2005-11-21 18:42:54 +00:00
release=1
2006-02-06 12:32:10 +00:00
source=(http://download.insecure.org/$name/dist/$name-$version.tar.bz2)
2005-11-21 18:42:54 +00:00
build () {
cd $name-$version
2006-02-06 12:32:10 +00:00
./configure --prefix=/usr \
--without-nmapfe \
--with-libpcre=included \
--with-libpcap=included
2005-11-21 18:42:54 +00:00
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/share/applications
}