aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/kpopup/Makefile
blob: b37db8d27f7e5822ece61cd601235189f2ed2c67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:    KPopup
# Date created:             Apr 4, 2003
# Whom:                 Frerich Raabe <frerich.raabe@gmx.de>
#
# $FreeBSD$
#
# $Tecnik: ports/net-im/kpopup/Makefile,v 1.8 2006/01/30 14:17:07 itetcu Exp $
#

PORTNAME=   kpopup
PORTVERSION=    0.9.8.2
PORTREVISION=   3
CATEGORIES= net-im kde
MASTER_SITES=   http://www.henschelsoft.de/kpopup/ \
        http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/

MAINTAINER= itetcu@FreeBSD.org
COMMENT=    KDE program for sending and receiving MS Windows WinPopup messages

RUN_DEPENDS=    smbclient:${PORTSDIR}/net/samba3

SUB_FILES=  pkg-message

USE_KDELIBS_VER=3
USE_GMAKE=  yes
USE_AUTOTOOLS=  libtool:15

KPOPUP_DIR= /var/tmp/kpopup

post-patch:
    @${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/src/make_popup.cpp
    @${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/admin/ltmain.sh
    @${REINPLACE_CMD} "s^/usr/bin^${LOCALBASE}/bin^; s^/var/lib/kpopup^${KPOPUP_DIR}^" \
        ${WRKSRC}/src/misc.h

post-install:
    @${MKDIR} ${KPOPUP_DIR} && ${CHMOD} 777 ${KPOPUP_DIR}
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>