mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
c20d4d18ef
It turns out that dtcpclient's makefile checks the OPSYS and links with either libcrypto or libmd depending on its value. The SSL dependency is incorrect for FreeBSD, but correct for DF. Revert the previous commit and make DragonFly link with libmd as well. Reported by: Hajimu UMEMOTO
22 lines
438 B
Makefile
22 lines
438 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dtcpclient
|
|
PORTVERSION= 20151002
|
|
PORTREVISION= 1
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
|
COMMENT= Dynamic Tunnel Configuration Protocol client
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= uidfix
|
|
USE_RC_SUBR= dtcpclient
|
|
|
|
PLIST_FILES= man/man8/dtcpclient.8.gz \
|
|
sbin/dtcpclient \
|
|
"@sample %%EXAMPLESDIR%%/dtcpclient.script etc/dtcpclient.script"
|
|
|
|
.include <bsd.port.mk>
|