blob: d9c37ec90b6e1b35a4fc7fe28be72272ee3dfd8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# $NetBSD: Makefile,v 1.17 2008/10/25 18:21:18 adrianp Exp $
DISTNAME= socat-1.7.0.0
CATEGORIES= net
MASTER_SITES= http://www.dest-unreach.org/socat/download/
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://www.dest-unreach.org/socat/
COMMENT= "netcat++" (extended design, new implementation)
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_GNU_READLINE= YES
ONLY_FOR_COMPILER= gcc # uses -Werror in the configure script
CONFIGURE_ARGS+= --disable-libwrap
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Fixing hardcoded paths.
SUBST_STAGE.paths= post-patch
SUBST_FILES.paths= doc/socat.1
SUBST_SED.paths= -e 's,/usr/,${PREFIX}/,g'
SUBST_CLASSES+= makefile
SUBST_MESSAGE.makefile= Fixing Makefile CCOPTS.
SUBST_STAGE.makefile= post-patch
SUBST_FILES.makefile= Makefile.in
SUBST_SED.makefile= -e '/CCOPTS/ s/-Wall -Wno-parentheses//'
.include "options.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|