aboutsummaryrefslogtreecommitdiff
path: root/net-im/centerim-devel/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-20 21:09:17 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-20 21:09:17 +0000
commita39b899757fd6f46cebd2941956c9c0aa352c445 (patch)
treeac028fbe73d9ca604a338b3d338c2d632c6d807c /net-im/centerim-devel/Makefile
parentace32358fed1061f890d380bbdd0c941f6beb0e8 (diff)
downloadports-a39b899757fd6f46cebd2941956c9c0aa352c445.tar.gz
ports-a39b899757fd6f46cebd2941956c9c0aa352c445.zip
- Update to 4.22.3-7-g21d2
PR: 119899 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
Notes
Notes: svn path=/head/; revision=209490
Diffstat (limited to 'net-im/centerim-devel/Makefile')
-rw-r--r--net-im/centerim-devel/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net-im/centerim-devel/Makefile b/net-im/centerim-devel/Makefile
index 1906d2e12539..78d75ac7e68b 100644
--- a/net-im/centerim-devel/Makefile
+++ b/net-im/centerim-devel/Makefile
@@ -7,10 +7,11 @@
#
PORTNAME= centerim
-PORTVERSION= 4.22.2
+DISTVERSION= 4.22.3-7-g21d2
CATEGORIES= net-im
-MASTER_SITES= http://www.centerim.org/download/releases/ \
- ftp://ftp.centerim.org/releases/
+MASTER_SITES= http://www.centerim.org/download/mobshots/ \
+ ftp://ftp.centerim.org/mobshots/
+PKGNAMESUFFIX= -devel
MAINTAINER= frank@altpeter.de
COMMENT= A text mode menu- and window-driven IM interface
@@ -24,8 +25,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}"
CONFIGURE_ARGS= --with-ssl --with-openssl --disable-konst
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-CONFLICTS= centericq-[0-9]*
+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
+CONFLICTS= centericq-[0-9]* centerim-[0-9]*
OPTIONS= NLS "Native Language Support" on \
MULTIBYTE "Multibyte Support" off \