pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/dtcpclient Added support for Darwin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d9c39e8d5c6
branches:  trunk
changeset: 489431:2d9c39e8d5c6
user:      hamajima <hamajima%pkgsrc.org@localhost>
date:      Mon Feb 21 14:36:52 2005 +0000

description:
Added support for Darwin.

diffstat:

 net/dtcpclient/Makefile |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 56d22cef6b6c -r 2d9c39e8d5c6 net/dtcpclient/Makefile
--- a/net/dtcpclient/Makefile   Mon Feb 21 14:20:17 2005 +0000
+++ b/net/dtcpclient/Makefile   Mon Feb 21 14:36:52 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2005/02/20 04:43:26 hamajima Exp $
+# $NetBSD: Makefile,v 1.3 2005/02/21 14:36:52 hamajima Exp $
 #
 
 DISTNAME=      dtcpclient-20040923
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://www.imasy.or.jp/~ume/ipv6/ \
                http://home.jp.FreeBSD.org/~ume/ipv6/
@@ -10,10 +11,11 @@
 HOMEPAGE=      http://www.imasy.or.jp/~ume/dtcp/
 COMMENT=       Dynamic Tunnel Configuration Protocol client
 
-ONLY_FOR_PLATFORM=     FreeBSD-*-* NetBSD-*-* OpenBSD-*-*
+ONLY_FOR_PLATFORM=     FreeBSD-*-* NetBSD-*-* OpenBSD-*-* Darwin-*-*
 
 RCD_SCRIPTS=   dtcpclient
 USE_PKGINSTALL=        YES
+USE_BUILDLINK3= YES
 
 SUBST_CLASSES+=                paths
 SUBST_MESSAGE.paths=   "Fixing hardcoded paths."
@@ -21,4 +23,8 @@
 SUBST_FILES.paths=     dtcpclient.8
 SUBST_SED.paths=       's|/usr/local|${PREFIX}|g'
 
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+.include "../../security/openssl/buildlink3.mk"
+.endif
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index