From 6c89631429d82a1efa1ac86969a3fe16210966a8 Mon Sep 17 00:00:00 2001 From: hamajima Date: Mon, 21 Feb 2005 14:36:52 +0000 Subject: Added support for Darwin. --- net/dtcpclient/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/net/dtcpclient/Makefile b/net/dtcpclient/Makefile index 1a62a4ac324..be29445ac74 100644 --- a/net/dtcpclient/Makefile +++ b/net/dtcpclient/Makefile @@ -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 @@ MAINTAINER= hamajima@NetBSD.org 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_STAGE.paths= post-patch 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" -- cgit v1.2.3