blob: 7638f9e8b8ca40a9c470dadcf113a9f7a656f9d3 (
plain)
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
|
# New ports collection makefile for: KPopup
# Date created: Apr 4, 2003
# Whom: Frerich Raabe <frerich.raabe@gmx.de>
#
# $FreeBSD$
PORTNAME= kpopup
PORTVERSION= 0.9.1
CATEGORIES= net kde
MASTER_SITES= http://www.henschelsoft.de/kpopup/
MAINTAINER= frerich.raabe@gmx.de
COMMENT= KDE program for sending and receiving MS Windows WinPopup messages
RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba
USE_KDELIBS_VER=3
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
USE_REINPLACE= yes
post-patch:
${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/kpopup/misc.cpp \
${WRKSRC}/kpopup/make_popup.cpp ${WRKSRC}/kpopup/main.cpp
post-install:
@${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g'
.include <bsd.port.mk>
|