mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
9647a90a15
Gaim-consoleui-devel is the 2.0 beta version of the Gaim instance messaging client with an ncurses, console-based frontend UI.
31 lines
706 B
Makefile
31 lines
706 B
Makefile
# New ports collection makefile for: gaim
|
|
# Date created: 26 Mar 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $
|
|
#
|
|
|
|
PORTNAME= gaim
|
|
PKGNAMEPREFIX=
|
|
PKGNAMESUFFIX= -consoleui-devel
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
|
COMMENT= Gaim multi-protocol messaging client (Console UI)
|
|
|
|
LIB_DEPENDS= gaim.0:${PORTSDIR}/net-im/libgaim
|
|
|
|
MASTERDIR= ${.CURDIR}/../libgaim
|
|
BUILD_WRKSRC= ${WRKSRC}/console
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
GAIM_SLAVE= yes
|
|
WITH_CONSOLEUI= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --disable-gtkui
|
|
|
|
.include "${MASTERDIR}/Makefile"
|