2015-02-24 09:58:56 +01:00
|
|
|
# $NetBSD: Makefile,v 1.19 2015/02/24 08:58:56 wiz Exp $
|
2004-01-21 05:04:55 +01:00
|
|
|
|
2011-01-13 01:40:31 +01:00
|
|
|
DISTNAME= gpg2dot-1.5
|
2014-05-30 01:35:13 +02:00
|
|
|
PKGREVISION= 3
|
2004-01-21 05:04:55 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
2015-02-24 09:58:56 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-05-08 00:24:04 +02:00
|
|
|
HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html
|
2004-01-21 05:04:55 +01:00
|
|
|
COMMENT= Converts your GnuPG keyring to a graph of associations
|
|
|
|
|
2004-02-24 14:49:29 +01:00
|
|
|
USE_LANGUAGES= # empty
|
2005-07-16 03:19:06 +02:00
|
|
|
USE_TOOLS+= perl:run
|
2004-01-21 05:04:55 +01:00
|
|
|
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
|
|
|
|
DISTVER= ${DISTNAME:S/gpg2dot-//}
|
2005-03-03 23:43:49 +01:00
|
|
|
WRKSRC= ${WRKDIR}
|
2004-01-21 05:04:55 +01:00
|
|
|
|
2005-06-17 05:50:19 +02:00
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
|
2004-01-21 05:04:55 +01:00
|
|
|
do-extract:
|
|
|
|
${CP} ${FILESDIR}/gpg2dot.pl ${WRKSRC}/gpg2dot.pl
|
|
|
|
# ${CP} ${FILESDIR}/gpg2dot.1 ${WRKSRC}/gpg2dot.1.in
|
|
|
|
|
|
|
|
do-build:
|
2013-04-06 15:24:18 +02:00
|
|
|
.for file in gpg2dot
|
2004-01-21 05:04:55 +01:00
|
|
|
${SED} -e 's|@PREFIX@|${PREFIX}|g' \
|
|
|
|
-e 's|@DISTVER@|${DISTVER}|g' \
|
2013-04-06 15:24:18 +02:00
|
|
|
< ${WRKSRC}/${file}.pl \
|
|
|
|
> ${WRKSRC}/${file}
|
2004-01-21 05:04:55 +01:00
|
|
|
.endfor
|
2013-04-06 15:24:18 +02:00
|
|
|
#.for file in gpg2dot
|
2004-01-21 05:04:55 +01:00
|
|
|
# ${SED} -e '' \
|
2013-04-06 15:24:18 +02:00
|
|
|
# < ${WRKSRC}/${file}.1.in \
|
|
|
|
# > ${WRKSRC}/${file}.1
|
2004-01-21 05:04:55 +01:00
|
|
|
#.endfor
|
|
|
|
|
|
|
|
do-install:
|
2008-06-20 03:09:05 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/gpg2dot ${DESTDIR}${PREFIX}/bin/gpg2dot
|
2007-01-07 10:13:46 +01:00
|
|
|
# ${INSTALL_MAN} ${WRKSRC}/gpg2dot.1 ${PREFIX}/${PKGMANDIR}/man1
|
2004-01-21 05:04:55 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|