Thu Jun 12 23:05:28 2014 UTC ()
needs openssl as suggested by bulk build


(wiedi)
diff -r1.5 -r1.6 pkgsrc/security/spiped/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/security/spiped/Makefile (expand / switch to unified diff)

--- pkgsrc/security/spiped/Makefile 2014/05/14 14:00:42 1.5
+++ pkgsrc/security/spiped/Makefile 2014/06/12 23:05:28 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.5 2014/05/14 14:00:42 jperkin Exp $ 1# $NetBSD: Makefile,v 1.6 2014/06/12 23:05:28 wiedi Exp $
2 2
3DISTNAME= spiped-1.3.1 3DISTNAME= spiped-1.3.1
4PKGREVISION= 2 4PKGREVISION= 2
5CATEGORIES= net security 5CATEGORIES= net security
6MASTER_SITES= http://www.tarsnap.com/spiped/ 6MASTER_SITES= http://www.tarsnap.com/spiped/
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.tarsnap.com/spiped/ 10HOMEPAGE= http://www.tarsnap.com/spiped/
11COMMENT= Tool for creating symmetrically encrypted and authenticated pipes 11COMMENT= Tool for creating symmetrically encrypted and authenticated pipes
12LICENSE= 2-clause-bsd 12LICENSE= 2-clause-bsd
13 13
14MAKE_FLAGS+= BINDIR=${DESTDIR}${PREFIX}/bin 14MAKE_FLAGS+= BINDIR=${DESTDIR}${PREFIX}/bin
@@ -22,14 +22,15 @@ MAKE_ENV+= LDADD_EXTRA="-lsocket -lnsl" @@ -22,14 +22,15 @@ MAKE_ENV+= LDADD_EXTRA="-lsocket -lnsl"
22.endif 22.endif
23 23
24INSTALLATION_DIRS= share/doc/spiped ${PKGMANDIR}/man1 24INSTALLATION_DIRS= share/doc/spiped ${PKGMANDIR}/man1
25 25
26SMF_METHODS= spiped 26SMF_METHODS= spiped
27.if ${INIT_SYSTEM} == "smf" 27.if ${INIT_SYSTEM} == "smf"
28MESSAGE_SRC+= MESSAGE.smf 28MESSAGE_SRC+= MESSAGE.smf
29MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} 29MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
30.endif 30.endif
31 31
32post-install: 32post-install:
33 ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/spiped 33 ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/spiped
34 34
 35.include "../../security/openssl/buildlink3.mk"
35.include "../../mk/bsd.pkg.mk" 36.include "../../mk/bsd.pkg.mk"