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

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

Diff for /pkgsrc/security/gpg2dot/Makefile between version 1.5 and 1.17

version 1.5, 2005/03/03 22:43:49 version 1.17, 2013/05/31 12:41:51
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       gpg2dot-1.4  DISTNAME=       gpg2dot-1.5
   PKGREVISION=    2
 CATEGORIES=     security  CATEGORIES=     security
 MASTER_SITES=   # empty  MASTER_SITES=   # empty
 DISTFILES=      # empty  DISTFILES=      # empty
   
 MAINTAINER=     lukem@NetBSD.org  MAINTAINER=     lukem@NetBSD.org
 HOMEPAGE=       ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/Packages.txt  HOMEPAGE=       ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html
 COMMENT=        Converts your GnuPG keyring to a graph of associations  COMMENT=        Converts your GnuPG keyring to a graph of associations
   
 USE_LANGUAGES=  # empty  USE_LANGUAGES=  # empty
 USE_PERL5=      YES  USE_TOOLS+=     perl:run
   
 EXTRACT_ONLY=   # empty  
 NO_CHECKSUM=    yes  
 NO_CONFIGURE=   yes  NO_CONFIGURE=   yes
   
 DISTVER=        ${DISTNAME:S/gpg2dot-//}  DISTVER=        ${DISTNAME:S/gpg2dot-//}
 WRKSRC=         ${WRKDIR}  WRKSRC=         ${WRKDIR}
   
 .include "../../mk/bsd.prefs.mk"  INSTALLATION_DIRS=      bin
   
 .if ${OPSYS} == "SunOS"  
 # This doesn't create readable manual pages. "mandoc" should be added  
 # to zoularis.  
 NROFF=          nroff -man  
 .else  
 NROFF=          nroff -mandoc  
 .endif  
   
 do-extract:  do-extract:
         ${CP} ${FILESDIR}/gpg2dot.pl ${WRKSRC}/gpg2dot.pl          ${CP} ${FILESDIR}/gpg2dot.pl ${WRKSRC}/gpg2dot.pl
 #       ${CP} ${FILESDIR}/gpg2dot.1 ${WRKSRC}/gpg2dot.1.in  #       ${CP} ${FILESDIR}/gpg2dot.1 ${WRKSRC}/gpg2dot.1.in
   
 do-build:  do-build:
 .for FILE in gpg2dot  .for file in gpg2dot
         ${SED} -e 's|@PREFIX@|${PREFIX}|g'              \          ${SED} -e 's|@PREFIX@|${PREFIX}|g'              \
                 -e 's|@DISTVER@|${DISTVER}|g'           \                  -e 's|@DISTVER@|${DISTVER}|g'           \
                 < ${WRKSRC}/${FILE}.pl                  \                  < ${WRKSRC}/${file}.pl                  \
                 > ${WRKSRC}/${FILE}                  > ${WRKSRC}/${file}
 .endfor  .endfor
 #.for FILE in gpg2dot  #.for file in gpg2dot
 #       ${SED} -e ''                                    \  #       ${SED} -e ''                                    \
 #               < ${WRKSRC}/${FILE}.1.in                \  #               < ${WRKSRC}/${file}.1.in                \
 #               > ${WRKSRC}/${FILE}.1  #               > ${WRKSRC}/${file}.1
 #       ${NROFF} ${WRKSRC}/${FILE}.1 >${WRKSRC}/${FILE}.0  
 #.endfor  #.endfor
   
 do-install:  do-install:
         ${INSTALL_SCRIPT} ${WRKSRC}/gpg2dot ${PREFIX}/bin/gpg2dot          ${INSTALL_SCRIPT} ${WRKSRC}/gpg2dot ${DESTDIR}${PREFIX}/bin/gpg2dot
 #       ${INSTALL_MAN} ${WRKSRC}/gpg2dot.0 ${PREFIX}/man/cat1  #       ${INSTALL_MAN} ${WRKSRC}/gpg2dot.1 ${PREFIX}/${PKGMANDIR}/man1
 #       ${INSTALL_MAN} ${WRKSRC}/gpg2dot.1 ${PREFIX}/man/man1  
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>