# $OpenBSD: Makefile,v 1.48 2016/09/08 10:14:35 jasper Exp $ COMMENT= threaded NNTP- and spool-based UseNet newsreader DISTNAME= tin-${MAJORVERSION}.${PATCHLEVEL} MAJORVERSION= 2.4 PATCHLEVEL= 0 REVISION= 0 CATEGORIES= news MASTER_SITES= http://ftp.funet.fi/pub/unix/news/tin-unoff/ \ http://ftp.lip6.fr/pub/unix/news/readers/tin-unoff/ \ http://ftp.cuhk.edu.hk/pub/packages/news/tin/v${MAJORVERSION}/ \ ftp://ftp.tin.org/pub/news/clients/tin/v${MAJORVERSION}/ HOMEPAGE= http://www.tin.org/ MAINTAINER= Giovanni Bechis # This software cannot be redistributed freely due to a few files having # licenses that prohibit making money from redistribution - see src/nntplib.c, # vms/vms.c PERMIT_PACKAGE_CDROM= no fee PERMIT_PACKAGE_FTP= Yes WANTLIB= c>=58.2 iconv icuuc intl ncurses pcre pthread CONFIGURE_STYLE= autoconf no-autoheader AUTOCONF_VERSION= 2.13 # --with-x does not affect the build, but let's be safe. CONFIGURE_ARGS+= --with-ispell=${LOCALBASE}/bin/ispell \ --without-metamail \ --without-pgp \ --without-pgpk \ --with-gpg=${LOCALBASE}/bin/gpg \ --without-socks \ --without-socks5 \ --without-slrnface \ --disable-gsasl \ --with-screen=ncurses \ --with-pcre=${LOCALBASE} \ --with-libdir=${PREFIX}/lib/news \ --with-spooldir=${VARBASE}/spool/news \ --enable-break-long-lines \ --enable-ipv6 \ --without-x CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" BUILD_DEPENDS= devel/gettext-tools LIB_DEPENDS+= devel/pcre \ devel/gettext \ textproc/icu4c ALL_TARGET= build USE_GROFF = Yes NO_TEST= Yes FILES= tin.defaults mime.types post-install: $(INSTALL_DATA_DIR) ${PREFIX}/share/tin cd ${WRKSRC}/doc && ${INSTALL_DATA} ${FILES} ${PREFIX}/share/tin .include