Gaim conversation. SlashExec provides a limited command-line interpreter for this purpose. SlashExec can also either display the command's output locally or send the output as a message in the current conversation. PR: ports/91259 Submitted by: Kevin Brunelle <kruptos@mlinux.org>
27 lines
545 B
Makefile
27 lines
545 B
Makefile
# New ports collection makefile for: gaim-slashexec
|
|
# Date created: 30 December 2005
|
|
# Whom: kevinb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= slashexec
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= guifications
|
|
PKGNAMEPREFIX= gaim-
|
|
|
|
MAINTAINER= kruptos@mlinux.org
|
|
COMMENT= Execute commands inside gaim
|
|
|
|
BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
|
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_REINPLACE= yes
|
|
|
|
PLIST_FILES= lib/gaim/se.so
|
|
|
|
.include <bsd.port.mk>
|