add w3m. other stuff.
This commit is contained in:
parent
7f62e7f289
commit
09134358f7
@ -6,19 +6,22 @@
|
||||
--bindir=/usr/bin \
|
||||
--sbindir=/usr/bin \
|
||||
--libdir=/usr/lib \
|
||||
--enable-libuuid \
|
||||
--enable-libblkid \
|
||||
--enable-fsck \
|
||||
--disable-makeinstall-chown \
|
||||
--disable-rpath \
|
||||
--without-udev \
|
||||
--without-python \
|
||||
--without-systemd \
|
||||
--disable-more
|
||||
--disable-all-programs \
|
||||
--enable-static-programs=fdisk,mount,umount \
|
||||
--enable-libuuid \
|
||||
--enable-libblkid \
|
||||
--enable-fsck \
|
||||
--enable-uuidgen \
|
||||
--enable-fstrim\
|
||||
--enable-libmount \
|
||||
--disable-bash-completion \
|
||||
--disable-colors-default
|
||||
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
# Fix broken --sbindir.
|
||||
mv -f "$1/usr/sbin/"* "$1/usr/bin"
|
||||
rmdir "$1/usr/sbin"
|
||||
|
6
ports/unofficial/rolling/w3m-git/build
Executable file
6
ports/unofficial/rolling/w3m-git/build
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure --prefix=/usr --disable-m17n --disable-nls --disable-rpath --disable-image --disable-mouse --disable-alarm --disable-cookie --disable-gopher --disable-dict --disable-nntp --disable-help-cgi --disable-w3mmailer --disable-ipv6
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
ports/unofficial/rolling/w3m-git/depends
Normal file
1
ports/unofficial/rolling/w3m-git/depends
Normal file
@ -0,0 +1 @@
|
||||
boehm-gc
|
2
ports/unofficial/rolling/w3m-git/sources
Normal file
2
ports/unofficial/rolling/w3m-git/sources
Normal file
@ -0,0 +1,2 @@
|
||||
git+https://github.com/tats/w3m
|
||||
|
1
ports/unofficial/rolling/w3m-git/version
Normal file
1
ports/unofficial/rolling/w3m-git/version
Normal file
@ -0,0 +1 @@
|
||||
git 1
|
Loading…
Reference in New Issue
Block a user