aboutsummaryrefslogtreecommitdiff
path: root/net-im/aim/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /net-im/aim/Makefile
parenta9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Notes
Notes: svn path=/head/; revision=145533 svn path=/tags/RELEASE_6_0_0/; revision=145534; tag=release/6.0.0
Diffstat (limited to 'net-im/aim/Makefile')
-rw-r--r--net-im/aim/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/net-im/aim/Makefile b/net-im/aim/Makefile
deleted file mode 100644
index 8c4452148451..000000000000
--- a/net-im/aim/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: aim
-# Date created: Sat Jan 13 12:40:20 GMT 2001
-# Whom: Roger Hardiman <roger@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= aim
-PORTVERSION= 1.5.286
-PORTREVISION= 2
-CATEGORIES= net linux
-MASTER_SITES= ftp://ftp.newaol.com/aimgen/380469/
-DISTNAME= aim-${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= AOL's Instant Messenger (AIM) client
-
-RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
-
-ONLY_FOR_ARCHS= i386
-USE_LINUX= yes
-USE_X_PREFIX= yes
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/usr/bin/aim ${PREFIX}/libexec
- ${BRANDELF} -t Linux ${PREFIX}/libexec/aim
- (cd ${WRKSRC}/usr/lib;exec ${TAR} --exclude aim/source -cf - *)|(cd ${PREFIX}/lib;exec ${TAR} -xpf -)
- @${ECHO_CMD} "#!/bin/sh" >${PREFIX}/bin/aim
- @${ECHO_CMD} "ulimit -Sc 0" >>${PREFIX}/bin/aim
- @${ECHO_CMD} -n "exec ${PREFIX}/libexec/aim --install_dir ${PREFIX}/lib/aim" >>${PREFIX}/bin/aim
- @${ECHO_CMD} ' "$$@"' >>${PREFIX}/bin/aim
- ${CHMOD} ${BINMODE} ${PREFIX}/bin/aim
-
-post-install:
-.if !exists(${LINUXBASE}/usr/bin/esdplay) && !exists(${PREFIX}/bin/esdplay)
- @${ECHO_MSG} "-----------------------------------------------------------------"
- @${ECHO_MSG} "Install audio/linux-esound or disable Sounds in aim's Preferences"
- @${ECHO_MSG} "-----------------------------------------------------------------"
-.endif
-
-.include <bsd.port.mk>