30 lines
644 B
Makefile
30 lines
644 B
Makefile
|
# New ports collection makefile for: jabber-aim
|
||
|
# Date created: 14 Apr 2002
|
||
|
# Whom: Sean Chittenden <sean@chittenden.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= aim-transport
|
||
|
PORTVERSION= 0.9.24c
|
||
|
CATEGORIES= net
|
||
|
MASTER_SITES= http://download.jabber.org/dists/transports/aim-transport/
|
||
|
PKGNAMEPREFIX= jabber-
|
||
|
DIST_SUBDIR= jabber
|
||
|
|
||
|
MAINTAINER= sean@chittenden.org
|
||
|
|
||
|
BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
|
||
|
|
||
|
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>
|