mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
f2be540dc5
PR: ports/90939 Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> (maintainer)
26 lines
597 B
Makefile
26 lines
597 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.3.1
|
|
CATEGORIES= net-im
|
|
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
|
|
|
|
MAN1= tmsnc.1
|
|
|
|
.include <bsd.port.mk>
|