aboutsummaryrefslogtreecommitdiff
path: root/net/jabber-aim
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-06-29 06:33:43 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-06-29 06:33:43 +0000
commit63b862379c4dcab677e1e7520ad264e5cb4c40ea (patch)
treef7e59dab496a9c48946ae27d728ff85e8c64141c /net/jabber-aim
parent7e9684d9058a20b319e703419d2e046c9c49c43e (diff)
downloadports-63b862379c4dcab677e1e7520ad264e5cb4c40ea.tar.gz
ports-63b862379c4dcab677e1e7520ad264e5cb4c40ea.zip
Notes
Diffstat (limited to 'net/jabber-aim')
-rw-r--r--net/jabber-aim/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/net/jabber-aim/Makefile b/net/jabber-aim/Makefile
index 911f0a3db740..c8ff6044aa81 100644
--- a/net/jabber-aim/Makefile
+++ b/net/jabber-aim/Makefile
@@ -4,12 +4,14 @@
#
# $FreeBSD$
-PORTNAME= aim-transport
+PORTNAME= aim
PORTVERSION= 0.9.24c
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://download.jabber.org/dists/transports/aim-transport/
PKGNAMEPREFIX= jabber-
+PKGNAMESUFFIX= -transport
+DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
DIST_SUBDIR= jabber
MAINTAINER= seanc@FreeBSD.org
@@ -21,12 +23,14 @@ PLIST_FILES= lib/jabber/aimtrans.so
USE_GMAKE= yes
USE_AUTOCONF_VER= 213
-CONFIGURE_ARGS+= --with-jabberd=${PREFIX}/include/jabber
+CONFIGURE_ARGS+=--with-jabberd=${LOCALBASE}/include/jabber
+CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include/pth
do-install:
- ${INSTALL_DATA} ${WRKSRC}/src/aimtrans.so ${PREFIX}/lib/jabber/
+ @${MKDIR} ${PREFIX}/lib/jabber
+ ${INSTALL_DATA} ${WRKSRC}/src/aimtrans.so ${PREFIX}/lib/jabber
post-install:
- @cat pkg-message
+ @${CAT} pkg-message
.include <bsd.port.mk>