[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / mdocml

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/textproc/mdocml/Attic/Makefile between version 1.1.1.1 and 1.39

version 1.1.1.1, 2009/03/01 15:19:49 version 1.39, 2013/12/29 19:19:03
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=               mdocml-1.3.13  DISTNAME=       mdocml-1.12.2
 CATEGORIES=             devel  CATEGORIES=     textproc devel
 MASTER_SITES=           http://mdocml.bsd.lv/snapshots/  MASTER_SITES=   http://mdocml.bsd.lv/snapshots/
   
 MAINTAINER=             kristaps@kth.se  
 HOMEPAGE=               http://mdocml.bsd.lv/  
 COMMENT=                mdoc macro compiler  
   
   MAINTAINER=     kristaps@kth.se
   HOMEPAGE=       http://mdocml.bsd.lv/
   COMMENT=        Convert man pages from mdoc, man, and tbl to txt, html, ps, or pdf
   LICENSE=        2-clause-bsd # not exactly, but near enough
   
   MAKE_FLAGS+=    PREFIX=${PREFIX} DBLIB=${BDB_LIBS:Q}
   
   CONFLICTS=      man-pages-[0-9]*
   
   SUBST_CLASSES+=         roff
   SUBST_STAGE.roff=       pre-build
   SUBST_FILES.roff=       mandoc.1 mandoc.3
   SUBST_FILES.roff+=      eqn.7 man.7 mdoc.7 tbl.7
   SUBST_SED.roff=         -e 's,Xr roff,Xr mandoc-roff,g'
   
   .include "../../mk/bsd.fast.prefs.mk"
   
   # Solaris 10 and newer do not support static binaries
   .if ${OPSYS} == "SunOS"
   MAKE_FLAGS+=    STATIC=
   .endif
   
   post-extract:
           ${CP} -p ${FILESDIR}/*.c ${WRKSRC}
   
   .include "../../mk/bdb.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.39

CVSweb <webmaster@jp.NetBSD.org>