mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
e488e30ebf
PR: ports/99728 Submitted by: Marcin Wisnicki (maintainer)
49 lines
1.2 KiB
Makefile
49 lines
1.2 KiB
Makefile
# Ports collection makefile for: kadu
|
|
# Date created: 17 July 2003
|
|
# Whom: Jacek Pelka <jacek@combit.com.pl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kadu
|
|
PORTVERSION= 0.4.3
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= polish net-im
|
|
MASTER_SITES= http://www.kadu.net/download/stable/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= mwisnicki+freebsd@gmail.com
|
|
COMMENT= QT Gadu-Gadu client
|
|
|
|
LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/libgadu\
|
|
sndfile.1:${PORTSDIR}/audio/libsndfile
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_OPENSSL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-existing-libgadu="${LOCALBASE}" \
|
|
--with-includes="${LOCALBASE}/include ${X11BASE}/include" \
|
|
--with-libs="${LOCALBASE}/lib ${X11BASE}/lib" \
|
|
--program-transform-name=''
|
|
CONFIGURE_ENV= QTDIR="${QT_PREFIX}"
|
|
|
|
USE_QT_VER= 3
|
|
QT_NONSTANDARD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
post-patch:
|
|
@${ECHO} "MODULE_LDFLAGS=\"-lcrypto\"" >> ${WRKSRC}/modules/encryption/spec
|
|
.endif
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/applications
|
|
${INSTALL_DATA} ${WRKSRC}/kadu/kadu.desktop ${PREFIX}/share/applications
|
|
|
|
.include <bsd.port.post.mk>
|