blob: f7ed533f423d34aac28e10ed9aaf328cdf4583f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
# $FreeBSD$
PORTNAME= tmsnc
PORTVERSION= 0.3.2
CATEGORIES= net-im
MASTER_SITES= SF/${PORTNAME}/Source%20code%20and%20binaries/${PORTVERSION}
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= A textbased (console) MSN client
DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013
EXPIRATION_DATE=2013-10-31
GNU_CONFIGURE= yes
USES= ncurses
PLIST_FILES= bin/tmsnc
MAN1= tmsnc.1
.include <bsd.port.mk>
|