summaryrefslogtreecommitdiff
path: root/net-im/aim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/aim/Makefile')
-rw-r--r--net-im/aim/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/net-im/aim/Makefile b/net-im/aim/Makefile
deleted file mode 100644
index c4ef5a7d5bc3..000000000000
--- a/net-im/aim/Makefile
+++ /dev/null
@@ -1,46 +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= 1
-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
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-USE_LINUX= yes
-PREFIX?= ${X11BASE}
-INSTALLS_SHLIB= yes
-# must not strip
-STRIP=
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/usr/bin/aim ${PREFIX}/libexec
- (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(/compat/linux/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>