freebsd-ports/net/jabber-aim/Makefile
Dima Dorfman 27a30e91e2 jabber-aim != jabber-jud
Approved by:	maintainer timeout
2003-10-16 10:00:50 +00:00

30 lines
677 B
Makefile

# 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
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
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>