freebsd-ports/net-im/tmsnc/Makefile
Baptiste Daroussin 8d27ddb9bd Add a new macro to deal with conflict between ncurses from base and ncurses from ports.
If a ports is linked against ncurses from base or from the ports, it should then add:
USE_NCURSES=yes

it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros:
WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes

PR:		ports/155269
Submitted by:	me
Reviwed by:	pav@
Approved by:	portmgr (pav@)
Exp-run by:	portmgr (pav@)
2011-04-11 08:34:17 +00:00

24 lines
449 B
Makefile

# New ports collection makefile for: tmsnc
# Date created: 4 Apr 2007
# Whom: 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
GNU_CONFIGURE= yes
USE_NCURSES= yes
PLIST_FILES= bin/tmsnc
MAN1= tmsnc.1
.include <bsd.port.mk>