[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.1 and 1.13

version 1.1, 2004/01/21 04:04:55 version 1.13, 2011/01/13 00:40:31
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       gpg2dot-1.0  DISTNAME=       gpg2dot-1.5
 WRKSRC=         ${WRKDIR}  
 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_PERL5=      YES  PKG_DESTDIR_SUPPORT=    user-destdir
   
   USE_LANGUAGES=  # empty
   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}
   
 .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
Line 44  do-build:
Line 37  do-build:
 #       ${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.1  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>