mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Add gaim-assistant, a plugin that forwards messages to a different screen name.
PR: ports/90180 Submitted by: Remington <MrL0Lz@gmail.com>
This commit is contained in:
parent
6ab9fa9b6c
commit
3b0f13261b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150824
@ -19,6 +19,7 @@
|
||||
SUBDIR += firetalk
|
||||
SUBDIR += fugu
|
||||
SUBDIR += gaim
|
||||
SUBDIR += gaim-assistant
|
||||
SUBDIR += gaim-bangexec
|
||||
SUBDIR += gaim-extprefs
|
||||
SUBDIR += gaim-guifications
|
||||
|
38
net-im/gaim-assistant/Makefile
Normal file
38
net-im/gaim-assistant/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: gaim-assistant
|
||||
# Date created: 10 Dec 2005
|
||||
# Whom: Remington Lang <MrL0Lz@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gaim-assistant
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= MrL0Lz@gmail.com
|
||||
COMMENT= Plugin that forwards messages to a different screen name
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
|
||||
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= lib/gaim/gaim-assistant.so
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/gaim-assistant.so ${PREFIX}/lib/gaim
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
net-im/gaim-assistant/distinfo
Normal file
3
net-im/gaim-assistant/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gaim-assistant-0.1.0.tar.gz) = 43c5ae25c13acc0434668c3c56c0ead4
|
||||
SHA256 (gaim-assistant-0.1.0.tar.gz) = cbe764e5bf1581c9029c2ebf86b1b16e6cd3f76ec2d5920fb0bbc68ab67194aa
|
||||
SIZE (gaim-assistant-0.1.0.tar.gz) = 351203
|
4
net-im/gaim-assistant/pkg-descr
Normal file
4
net-im/gaim-assistant/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Gaim Assistant is a plugin to Gaim that will allow you to forward
|
||||
messages to a different screen name should you become away.
|
||||
|
||||
WWW: http://gaim-assistant.tulg.org/
|
Loading…
Reference in New Issue
Block a user