Fri Mar 2 16:42:07 2012 UTC ()
Uses cdefs.


(hans)
diff -r1.39 -r1.40 pkgsrc/security/rsaref/Makefile

cvs diff -r1.39 -r1.40 pkgsrc/security/rsaref/Makefile (expand / switch to unified diff)

--- pkgsrc/security/rsaref/Makefile 2009/09/03 12:35:32 1.39
+++ pkgsrc/security/rsaref/Makefile 2012/03/02 16:42:06 1.40
@@ -1,37 +1,38 @@ @@ -1,37 +1,38 @@
1# $NetBSD: Makefile,v 1.39 2009/09/03 12:35:32 joerg Exp $ 1# $NetBSD: Makefile,v 1.40 2012/03/02 16:42:06 hans Exp $
2# 2#
3 3
4DISTNAME= rsaref 4DISTNAME= rsaref
5PKGNAME= rsaref-2.0p3 5PKGNAME= rsaref-2.0p3
6PKGREVISION= 1 6PKGREVISION= 1
7CATEGORIES= security 7CATEGORIES= security
8MASTER_SITES= http://www.spinnaker.com/crypt/rsaref/ 8MASTER_SITES= http://www.spinnaker.com/crypt/rsaref/
9EXTRACT_SUFX= .tar.Z 9EXTRACT_SUFX= .tar.Z
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12COMMENT= Encryption/authentication library, RSA/MDX/DES 12COMMENT= Encryption/authentication library, RSA/MDX/DES
13LICENSE= rsaref-license 13LICENSE= rsaref-license
14 14
15RESTRICTED= No generation of income. 15RESTRICTED= No generation of income.
16NO_SRC_ON_CDROM= ${RESTRICTED} 16NO_SRC_ON_CDROM= ${RESTRICTED}
17NO_BIN_ON_CDROM= ${RESTRICTED} 17NO_BIN_ON_CDROM= ${RESTRICTED}
18 18
19WRKSRC= ${WRKDIR}/install 19WRKSRC= ${WRKDIR}/install
20CRYPTO= yes 20CRYPTO= yes
21 21
22PKG_INSTALLATION_TYPES= overwrite pkgviews 22PKG_INSTALLATION_TYPES= overwrite pkgviews
23PKG_DESTDIR_SUPPORT= user-destdir 23PKG_DESTDIR_SUPPORT= user-destdir
24 24
 25USE_FEATURES+= cdefs
25USE_LIBTOOL= yes 26USE_LIBTOOL= yes
26MAKE_FILE= unix/makefile 27MAKE_FILE= unix/makefile
27BUILD_TARGET= librsaref.la 28BUILD_TARGET= librsaref.la
28 29
29INSTALLATION_DIRS= lib include/rsaref share/doc/rsaref 30INSTALLATION_DIRS= lib include/rsaref share/doc/rsaref
30 31
31do-configure: 32do-configure:
32 @${RM} -f ${WRKDIR}/source/rsaref && ${LN} -sf . ${WRKDIR}/source/rsaref 33 @${RM} -f ${WRKDIR}/source/rsaref && ${LN} -sf . ${WRKDIR}/source/rsaref
33 34
34do-install: 35do-install:
35 cd ${WRKSRC} && ${LIBTOOL} --mode=install ${INSTALL_DATA} \ 36 cd ${WRKSRC} && ${LIBTOOL} --mode=install ${INSTALL_DATA} \
36 librsaref.la ${DESTDIR}${PREFIX}/lib 37 librsaref.la ${DESTDIR}${PREFIX}/lib
37.for file in des.h global.h md2.h md5.h rsa.h rsaref.h 38.for file in des.h global.h md2.h md5.h rsa.h rsaref.h