# Template file for 'tin' pkgname=tin version=2.4.5 revision=1 build_style=gnu-configure configure_args="--enable-ipv6 --with-pcre=${XBPS_CROSS_BASE}/usr" make_build_target=build make_build_args="BUILD_LDFLAGS=" hostmakedepends="flex pcre-devel" makedepends="ncurses-devel readline-devel pcre-devel libidn-devel" short_desc="NNTP and spool based UseNet newsreader" maintainer="Orphaned " license="BSD-3-Clause" homepage="http://www.tin.org" distfiles="ftp://ftp.tin.org/pub/news/clients/tin/v${version%.*}/tin-${version}.tar.xz" checksum=1a14e6a49a3627230f792eb48936d39d0abd7b04d958083a6296bb4210c6c512 pre_configure() { sed -i '/BUILD_CPPFLAGS.*=/s/$(PCRE_CPPFLAGS)//' src/Makefile.in } post_install() { # conflicts with mutt rm -f ${DESTDIR}/usr/share/man/man5/{mmdf.5,mbox.5} # missing license file sed -n 9,34p src/misc.c >LICENSE vlicense LICENSE }