8d27ddb9bd
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@)
24 lines
449 B
Makefile
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>
|