blob: 0bd53c77f5592b1c70e520e1c159f557ab53c37a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# 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.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 <bsd.port.mk>
|