Edit

IABSD.fr/ports/textproc/groff/Makefile

Branch :

  • Show log

    Commit

  • Author : schwarze
    Date : 2014-11-06 22:15:22
    Hash : 545d4e77
    Message : update to groff-1.22.3 new features: * glilypond(1) - new preprocessor for music typesetting * gperl(1) - new preprocessor for embedding Perl code in roff documents * gpinyin(1) - new preprocessor to pretty-print Pinyin syllables * groff_mom(7) now has full eqn(7), pic(7), and tbl(7) support * mdoc(7) now supports the %C macro (already available in mandoc) * various bugfixes * many of our patches have been integrated upstream * changing the bullet is no longer needed, mandoc can now handle it ok sthen@ naddy@

  • textproc/groff/Makefile
  • # $OpenBSD: Makefile,v 1.27 2014/11/06 22:15:22 schwarze Exp $
    
    COMMENT =		GNU troff typesetter
    VERSION =		1.22.3
    SUBST_VARS =		VERSION
    DISTNAME =		groff-${VERSION}
    
    CATEGORIES =		textproc
    DPB_PROPERTIES =	parallel
    
    HOMEPAGE =		https://www.gnu.org/software/groff/
    MAINTAINER =		Ingo Schwarze <schwarze@openbsd.org>
    
    # GPLv3+
    PERMIT_PACKAGE_CDROM =	Yes
    
    WANTLIB =		c m stdc++
    
    MASTER_SITES =		${MASTER_SITE_GNU:=groff/}
    
    MAKE_FLAGS +=		docdir=${PREFIX}/share/doc/groff \
    			exampledir=${PREFIX}/share/examples/groff \
    			ac_cv_path_mkdir=/bin/mkdir
    
    MODULES =		perl
    CONFIGURE_STYLE =	gnu
    CONFIGURE_ARGS +=	--without-libiconv-prefix --without-gs --without-x \
    			--with-awk=awk \
    			pnmcrop=missing pnmcut=missing pnmtopng=missing \
    			pnmtops=missing psselect=missing
    
    MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC} ${WRKSRC}/src/libs/gnulib/build-aux
    
    pre-configure:
    	find ${WRKBUILD} -name \*.pl -type f -print0 | \
    	    xargs -0 ${MODPERL_BIN_ADJ}
    
    .include <bsd.port.mk>