Thu Feb 16 19:42:05 2012 UTC ()
Uses a BSD makefile.


(hans)
diff -r1.24 -r1.25 pkgsrc/security/sslwrap/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/security/sslwrap/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/security/sslwrap/Attic/Makefile 2010/01/17 12:02:44 1.24
+++ pkgsrc/security/sslwrap/Attic/Makefile 2012/02/16 19:42:04 1.25
@@ -1,33 +1,32 @@ @@ -1,33 +1,32 @@
1# $NetBSD: Makefile,v 1.24 2010/01/17 12:02:44 wiz Exp $ 1# $NetBSD: Makefile,v 1.25 2012/02/16 19:42:04 hans Exp $
2# 2#
3 3
4DISTNAME= ${PKGNAME_NOREV:S/-//} 4DISTNAME= ${PKGNAME_NOREV:S/-//}
5PKGNAME= sslwrap-206 5PKGNAME= sslwrap-206
6PKGREVISION= 5 6PKGREVISION= 5
7CATEGORIES= security net 7CATEGORIES= security net
8MASTER_SITES= http://www.rickk.com/sslwrap/ 8MASTER_SITES= http://www.rickk.com/sslwrap/
9 9
10MAINTAINER= rh@NetBSD.org 10MAINTAINER= rh@NetBSD.org
11HOMEPAGE= http://www.rickk.com/sslwrap/ 11HOMEPAGE= http://www.rickk.com/sslwrap/
12COMMENT= Simple SSL wrapper 12COMMENT= Simple SSL wrapper
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16OPSYSVARS+= LDADD 16OPSYSVARS+= LDADD
17LDADD.SunOS= -lnsl -lsocket 17LDADD.SunOS= -lnsl -lsocket
18MAKE_ENV+= LDADD=${LDADD:Q} 18MAKE_ENV+= LDADD=${LDADD:Q}
19MAKE_ENV+= BINOWN=${BINOWN:Q} 19USE_BSD_MAKEFILE= yes
20MAKE_ENV+= BINGRP=${BINGRP:Q} 
21 20
22.include "../../security/openssl/buildlink3.mk" 21.include "../../security/openssl/buildlink3.mk"
23 22
24.if !exists(${BUILDLINK_PREFIX.openssl}/include/openssl/e_os.h) 23.if !exists(${BUILDLINK_PREFIX.openssl}/include/openssl/e_os.h)
25CFLAGS+= -DFLAT_INC 24CFLAGS+= -DFLAT_INC
26.endif 25.endif
27 26
28SUBST_CLASSES+= sslwrap 27SUBST_CLASSES+= sslwrap
29SUBST_MESSAGE.sslwrap= Adjusting the path for include files 28SUBST_MESSAGE.sslwrap= Adjusting the path for include files
30SUBST_STAGE.sslwrap= do-configure 29SUBST_STAGE.sslwrap= do-configure
31SUBST_FILES.sslwrap= apps.h s_cb.c s_server.c s_socket.c 30SUBST_FILES.sslwrap= apps.h s_cb.c s_server.c s_socket.c
32SUBST_SED.sslwrap= -e 's|OPENSSL"|"openssl/|' 31SUBST_SED.sslwrap= -e 's|OPENSSL"|"openssl/|'
33 32