diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-01 12:20:39 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-01 12:20:39 +0800 |
commit | 8a11626d29ef8fc297e6512cd6f687df742cb65e (patch) | |
tree | 62719bac798fe713e8f9d4fc428c3fd7871d7500 /net-im/gaim-assistant | |
parent | 35629ffb6cfb8371430eac1f90d201a71b5d7696 (diff) | |
download | marcuscom-ports-8a11626d29ef8fc297e6512cd6f687df742cb65e.tar marcuscom-ports-8a11626d29ef8fc297e6512cd6f687df742cb65e.tar.gz marcuscom-ports-8a11626d29ef8fc297e6512cd6f687df742cb65e.tar.bz2 marcuscom-ports-8a11626d29ef8fc297e6512cd6f687df742cb65e.tar.lz marcuscom-ports-8a11626d29ef8fc297e6512cd6f687df742cb65e.tar.xz marcuscom-ports-8a11626d29ef8fc297e6512cd6f687df742cb65e.tar.zst marcuscom-ports-8a11626d29ef8fc297e6512cd6f687df742cb65e.zip |
-USE_X_PREFIX -> USE_XLIB, these ports install in LOCALBASE now.
-X11BASE -> LOCALBASE, gaim lives in LOCALBASE.
-Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6911 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/gaim-assistant')
-rw-r--r-- | net-im/gaim-assistant/Makefile | 40 | ||||
-rw-r--r-- | net-im/gaim-assistant/distinfo | 3 | ||||
-rw-r--r-- | net-im/gaim-assistant/pkg-descr | 4 |
3 files changed, 47 insertions, 0 deletions
diff --git a/net-im/gaim-assistant/Makefile b/net-im/gaim-assistant/Makefile new file mode 100644 index 000000000..89e704709 --- /dev/null +++ b/net-im/gaim-assistant/Makefile @@ -0,0 +1,40 @@ +# 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 +PORTREVISION= 2 +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= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim +RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim + +USE_XLIB= yes +USE_GMAKE= yes +USE_GNOME= gtk20 +USE_GCC= 3.4+ + +GNU_CONFIGURE= yes + +PLIST_FILES= lib/gaim/gaim-assistant.so + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gaim-assistant.so ${PREFIX}/lib/gaim + +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +CFLAGS+= -fPIC +.endif + +.include <bsd.port.post.mk> diff --git a/net-im/gaim-assistant/distinfo b/net-im/gaim-assistant/distinfo new file mode 100644 index 000000000..58a75497e --- /dev/null +++ b/net-im/gaim-assistant/distinfo @@ -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 diff --git a/net-im/gaim-assistant/pkg-descr b/net-im/gaim-assistant/pkg-descr new file mode 100644 index 000000000..db3dcd757 --- /dev/null +++ b/net-im/gaim-assistant/pkg-descr @@ -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/ |