freebsd-ports/net-im/tmsnc/Makefile
Yen-Ming Lee 2889c4d38b - add tmsnc-0.2.5
TMSNC is a textbased (console) MSN client written in C. TMSNC should work on
most Unix (Linux, BSD, MacOS) compatible operating systems. The goal of this
project is to create a client like MSN Messenger (with sound, webcam and file
transfer support), but without any graphical features.

WWW:		http://tmsnc.sourceforge.net/

PR:		85951
Submitted by:	Tsung-Han Yeh <snowfly@yuntech.edu.tw>
Contributed by:	garga
2005-09-18 04:51:17 +00:00

32 lines
698 B
Makefile

# New ports collection makefile for: tmsnc
# Date created: 10 Sep 2005
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
#
# $FreeBSD$
#
PORTNAME= tmsnc
PORTVERSION= 0.2.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= A textbased (console) MSN client
# this port need ncurses 5.4
BUILD_DEPENDS+= ${LOCALBASE}/include/ncurses/ncurses.h:${PORTSDIR}/devel/ncurses
RUN_DEPENDS+= ${LOCALBASE}/include/ncurses/ncurses.h:${PORTSDIR}/devel/ncurses
GNU_CONFIGURE= yes
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
PLIST_SUB+= NLS="@comment "
.endif
MAN1= tmsnc.1
.include <bsd.port.mk>