Import of pkgsrc-2015Q3
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.21 2015/03/08 02:45:35 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2015/07/12 05:36:50 dholland Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dtcpclient-20090812
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/ \
|
||||
http://home.jp.FreeBSD.org/~ume/ipv6/
|
||||
@@ -11,9 +12,6 @@ HOMEPAGE= http://www.imasy.or.jp/~ume/dtcp/
|
||||
COMMENT= Dynamic Tunnel Configuration Protocol client
|
||||
LICENSE= 2-clause-bsd
|
||||
|
||||
ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* Darwin-*-*
|
||||
ONLY_FOR_PLATFORM+= DragonFly-*-*
|
||||
|
||||
USE_BSD_MAKEFILE= yes
|
||||
|
||||
RCD_SCRIPTS= dtcpclient
|
||||
@@ -34,7 +32,13 @@ BUILD_DEFS+= VARBASE
|
||||
INSTALLATION_DIRS= ${PKGMANDIR}/cat8 ${PKGMANDIR}/man8 sbin
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if ${OPSYS} == "Darwin"
|
||||
|
||||
# Keep this in sync with patch-aa, as that determines whether -lcrypto
|
||||
# is used and if we get it wrong we'll get a silent dependency on
|
||||
# builtin openssl on platforms where that exists, which isn't good.
|
||||
.if ${OPSYS} != "NetBSD" || ${OPSYS} != "OpenBSD" || \
|
||||
${OPSYS} != "FreeBSD" || ${OPSYS} != "DragonFly"
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
.endif
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
Reference in New Issue
Block a user