summaryrefslogtreecommitdiff
path: root/urlview/Pkgfile
blob: f4a7d1626a3717ad1509bbf4796eb45aa2626f46 (plain)
    1 # Description: Extracts URLs from text
    2 # URL:         ftp://ftp.mutt.org/pub/mutt/contrib/
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Depends on:  ncurses
    5 
    6 name=urlview
    7 version=0.9
    8 release=2
    9 source=(ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/${name}-${version}.tar.gz \
   10   ${name}-${version}.patch)
   11 
   12 build () {
   13     cd $name-$version
   14 
   15     mkdir -p $PKG/usr/share/man/man1
   16     patch -p1 < ../$name-$version.patch
   17 
   18     ./configure --prefix=/usr \
   19       --mandir=/usr/share/man
   20     make
   21     make DESTDIR=$PKG install
   22 }

Generated by cgit