aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2011-01-28 23:30:35 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2011-01-28 23:30:35 +0000
commitfcb75439bc7ce1e9bb3621c70ba46acb1440138f (patch)
treed11f92b390557d2f87e0292fa09ec987761b5a15 /net
parent8cbd49115e39c1ab2bfe5951705b8925c858b42c (diff)
Notes
Diffstat (limited to 'net')
-rw-r--r--net/wire/Makefile18
1 files changed, 14 insertions, 4 deletions
diff --git a/net/wire/Makefile b/net/wire/Makefile
index d18b9450f327..782845f4a74c 100644
--- a/net/wire/Makefile
+++ b/net/wire/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wire
PORTVERSION= 1.1.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://mirror.mcx2.org/ \
${MASTER_SITE_LOCAL}
@@ -17,19 +17,29 @@ MAINTAINER= dhn@FreeBSD.org
COMMENT= Wire is a screen-oriented command line Wired client
GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ENV= CPPFLAGS=${CPPFLAGS} LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --libdir="${LOCALBASE}/lib" --includedir="${LOCALBASE}/include"
-CFLAGS+= "-I${LOCALBASE}/include"
+MAKE_ENV= CPPFLAGS=${CPPFLAGS}
+
USE_GMAKE= yes
+USE_OPENSSL= yes
USE_ICONV= yes
PLIST_FILES= bin/wire
MAN1= wire.1
-.include <bsd.port.pre.mk>
+#.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libreadline.so.6)
LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
.endif
-.include <bsd.port.post.mk>
+#.include <bsd.port.post.mk>
+
+#TODO this is fucking dirty :(
+do-build:
+ cd ${WRKSRC} ;${GMAKE}
+
+.include <bsd.port.mk>