2002-06-23 05:25:11 +00:00
|
|
|
# New ports collection makefile for: kopete
|
2003-03-29 15:28:52 +00:00
|
|
|
# Date created: 16 Mar 2003
|
2002-06-23 05:25:11 +00:00
|
|
|
# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kopete
|
2003-05-17 22:26:44 +00:00
|
|
|
PORTVERSION= 0.6.2
|
2002-06-23 05:25:11 +00:00
|
|
|
CATEGORIES= net kde
|
2002-11-07 10:43:06 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2003-03-29 15:28:52 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2002-06-23 05:25:11 +00:00
|
|
|
|
|
|
|
MAINTAINER= stefan.jahn@nemesis-sektor.de
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= KDE instant messaging system (ICQ, AIM, MSN, Jabber)
|
2002-06-23 05:25:11 +00:00
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2003-05-17 22:26:44 +00:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2002-11-20 15:09:19 +00:00
|
|
|
|
2003-03-29 15:28:52 +00:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-lcrypto"
|
2002-06-23 05:25:11 +00:00
|
|
|
|
2003-05-17 22:26:44 +00:00
|
|
|
post-install:
|
|
|
|
${RM} ${PREFIX}/share/locale/xx/LC_MESSAGES/kopete.mo
|
|
|
|
-${RMDIR} ${PREFIX}/share/locale/xx/LC_MESSAGES/
|
|
|
|
-${RMDIR} ${PREFIX}/share/locale/xx/
|
|
|
|
|
2002-06-23 05:25:11 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
|
|
|
.include <bsd.port.post.mk>
|