mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
24 lines
479 B
Makefile
24 lines
479 B
Makefile
# 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|