3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
32 lines
733 B
Makefile
32 lines
733 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
|
|
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_VER= 213
|
|
|
|
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>
|