1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/kopete/Makefile

33 lines
762 B
Makefile
Raw Normal View History

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