1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net/wire/Makefile
Martin Wilke b1f7add58e - Add Backup MASTER_SITES
Submitted By:   pointyhat
2006-12-01 07:45:02 +00:00

33 lines
654 B
Makefile

# New ports collection makefile for: wire
# Date created: 2006-11-23
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= wire
PORTVERSION= 1.1.1
CATEGORIES= net
MASTER_SITES= http://www.zankasoftware.com/dist/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= miwi
MAINTAINER= trasz@pin.if.uz.zgora.pl
COMMENT= Wire is a screen-oriented command line Wired client
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_ICONV= yes
PLIST_FILES= bin/wire
MAN1= wire.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500018 || exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
.include <bsd.port.post.mk>