From ca241ed086c1a6e99a8813d2faba0f93b1a65e86 Mon Sep 17 00:00:00 2001 From: roger Date: Sat, 13 Jan 2001 16:08:05 +0000 Subject: Add AOL's Instant Messenger (AIM) client. This is a X11 Linux application which runs fine with FreeBSD's Linux emulation. --- net/aim/Makefile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 net/aim/Makefile (limited to 'net/aim/Makefile') diff --git a/net/aim/Makefile b/net/aim/Makefile new file mode 100644 index 00000000000..0bd53c77f55 --- /dev/null +++ b/net/aim/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: aim +# Date created: Sat Jan 13 12:40:20 GMT 2001 +# Whom: Roger Hardiman +# +# $FreeBSD$ +# + +PORTNAME= aim +PORTVERSION= 1.1.112.1 +CATEGORIES= net linux +MASTER_SITES= ftp://ftp.newaol.com/aimgen/73010/ +DISTNAME= aim-1.1.112-1 +EXTRACT_SUFX= .i386.tgz + +MAINTAINER= roger@freebsd.org + +RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ + /compat/linux/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk + +ONLY_FOR_ARCHS= i386 +NO_WRKSUBDIR= yes +NO_BUILD= yes +USE_XLIB= yes + +# This port will only work when PREFIX is /usr/local because the aim +# program is hard coded to look for important files in /usr/local/lib/aim +PREFIX= /usr/local + +do-install: + ${CP} ${WRKSRC}/usr/local/bin/aim ${PREFIX}/bin + ${CP} ${WRKSRC}/usr/local/lib/lib* ${PREFIX}/lib + ${MKDIR} ${PREFIX}/lib/aim + ${CP} -R ${WRKSRC}/usr/local/lib/aim/* ${PREFIX}/lib/aim + +.include -- cgit