diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-19 12:22:50 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-19 12:22:50 +0800 |
commit | 878fc5c0d95fbcabca5aae5f54a9e8e038336d55 (patch) | |
tree | 7167a5a35d20d3e012be7802dccfaa14c2b0fa4e /net-im/jabber-aim/Makefile | |
parent | d1e3d5ded44e448be0eef9b1c517e0f4963694a7 (diff) | |
download | freebsd-ports-gnome-878fc5c0d95fbcabca5aae5f54a9e8e038336d55.tar.gz freebsd-ports-gnome-878fc5c0d95fbcabca5aae5f54a9e8e038336d55.tar.zst freebsd-ports-gnome-878fc5c0d95fbcabca5aae5f54a9e8e038336d55.zip |
add jabber-aim 0.9.24c
Jabber User Directory module
PR: 37209
Submitted by: Sean Chittenden <sean@chittenden.org>
Diffstat (limited to 'net-im/jabber-aim/Makefile')
-rw-r--r-- | net-im/jabber-aim/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net-im/jabber-aim/Makefile b/net-im/jabber-aim/Makefile new file mode 100644 index 000000000000..01b7e28ae6ae --- /dev/null +++ b/net-im/jabber-aim/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: jabber-aim +# Date created: 14 Apr 2002 +# Whom: Sean Chittenden <sean@chittenden.org> +# +# $FreeBSD$ + +PORTNAME= aim-transport +PORTVERSION= 0.9.24c +CATEGORIES= net +MASTER_SITES= http://download.jabber.org/dists/transports/aim-transport/ +PKGNAMEPREFIX= jabber- +DIST_SUBDIR= jabber + +MAINTAINER= sean@chittenden.org + +BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber + +USE_GMAKE= yes +USE_AUTOCONF= yes + +CONFIGURE_ARGS+= --with-jabberd=${PREFIX}/include/jabber + +do-install: + ${INSTALL_DATA} ${WRKSRC}/src/aimtrans.so ${PREFIX}/lib/jabber/ + +post-install: + @cat pkg-message + +.include <bsd.port.mk> |