freebsd-ports/net-im/jabber-aim/Makefile
Martin Wilke 3b4c39078a Add backup mirror
Fix http://people.freebsd.org/%7Efenner/portsurvey/net-im.html#jabber-aim

PR:		ports/97719
Submitted by:	miwi
Approved by:	krion (mentor)
2006-06-15 21:38:06 +00:00

39 lines
1.1 KiB
Makefile

# New ports collection makefile for: jabber-aim
# Date created: 14 Apr 2002
# Whom: Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= aim
PORTVERSION= 20040131.b
CATEGORIES= net-im
MASTER_SITES= http://aim-transport.jabberstudio.org/ \
http://freebsd.unixfreunde.de/sources/
PKGNAMEPREFIX= jabber-
PKGNAMESUFFIX= -transport
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-stable-${PORTVERSION:R}${PORTVERSION:E}
DIST_SUBDIR= jabber
MAINTAINER= ports@FreeBSD.org
COMMENT= Jabber AIM Transport module
BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net-im/jabber
WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-stable-${PORTVERSION:R}
PLIST_FILES= lib/jabber/aimtrans.so
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf:259
USE_ICONV= yes
CONFIGURE_ARGS+=--with-jabberd=${LOCALBASE}/include/jabber
CONFIGURE_ENV= LDFLAGS="-liconv" LIBS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include/pth -I${LOCALBASE}/include"
do-install:
@${MKDIR} ${PREFIX}/lib/jabber
${INSTALL_DATA} ${WRKSRC}/src/aimtrans.so ${PREFIX}/lib/jabber
post-install:
@${CAT} pkg-message
.include <bsd.port.mk>