forked from ports/contrib
wavemon: New port.
This commit is contained in:
parent
7677cd8ac3
commit
cc3cf05317
8
wavemon/.footprint
Normal file
8
wavemon/.footprint
Normal file
@ -0,0 +1,8 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/wavemon
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/wavemon.1.gz
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/wavemonrc.5.gz
|
1
wavemon/.md5sum
Normal file
1
wavemon/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
a223673f3c5a613f67b539fb58188b8e wavemon-0.6.7.tar.bz2
|
18
wavemon/Pkgfile
Normal file
18
wavemon/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: Ncurses-based monitoring application for wireless network devices
|
||||
# URL: http://eden-feed.erg.abdn.ac.uk/wavemon/
|
||||
# Maintainer: Victor Martinez, pitillo at ono dot com
|
||||
# Depends on: ncurses
|
||||
|
||||
name=wavemon
|
||||
version=0.6.7
|
||||
release=1
|
||||
source=(http://eden-feed.erg.abdn.ac.uk/$name/stable-releases/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--mandir=$PKG/usr/man \
|
||||
--disable-nls
|
||||
make
|
||||
make prefix=$PKG/usr datarootdir=$SRC/null install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user