mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
27 lines
521 B
Makefile
27 lines
521 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD: head/net/socat/Makefile 522208 2020-01-06 08:09:40Z ehaupt $
|
|
|
|
PORTNAME= socat
|
|
PORTVERSION= 1.7.3.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.dest-unreach.org/socat/download/ \
|
|
LOCAL/ehaupt
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Multipurpose relay and more
|
|
|
|
USES= compiler gmake tar:bzip2
|
|
#USE_RC_SUBR= socat
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PORTSCOUT= skipv:2.0.0-b2
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${COMPILER_TYPE} == "clang"
|
|
CFLAGS+= -Wno-unused-comparison
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|