# Template file for 'lsof' pkgname=lsof version=4.89 revision=1 wrksrc=lsof_${version} hostmakedepends="perl" short_desc="LiSt Open Files" maintainer="Juan RP " homepage="http://people.freebsd.org/~abe/" license="lsof" distfiles="ftp://sunsite.ualberta.ca/pub/Mirror/lsof/lsof_${version}.tar.bz2" checksum=81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718 post_extract() { # We have to do this dance because the real distfile is # included in the .tar.bz2 archive. tar xf ${wrksrc}/lsof_${version}_src.tar -C ${wrksrc} } do_build() { cd ${wrksrc}/lsof_${version}_src sed "s|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|" \ -i dialects/linux/machine.h LSOF_CFGF="$CFLAGS" ./Configure -n linux make CC=$CC ${makejobs} } do_install() { cd ${wrksrc}/lsof_${version}_src vbin lsof vman lsof.8 vlicense ${FILESDIR}/license.txt }