aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/jabber-aim/Makefile
blob: 800b501799fa6131405ce5af4319b5a1371ddef1 (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
# New ports collection makefile for:    jabber-aim
# Date created:         14 Apr 2002
# Whom:             Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   aim-transport
PORTVERSION=    0.9.24c
PORTREVISION=   1
CATEGORIES= net
MASTER_SITES=   http://download.jabber.org/dists/transports/aim-transport/
PKGNAMEPREFIX=  jabber-
DIST_SUBDIR=    jabber

MAINTAINER= seanc@FreeBSD.org
COMMENT=    Jabber AIM Transport module

BUILD_DEPENDS=  ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber

PLIST_FILES=    lib/jabber/aimtrans.so
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>