2003-04-30 15:20:05 +02:00
|
|
|
# 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
|
2004-04-05 05:31:02 +02:00
|
|
|
PORTREVISION= 2
|
2003-04-30 15:20:05 +02:00
|
|
|
CATEGORIES= net kde
|
|
|
|
MASTER_SITES= http://www.henschelsoft.de/kpopup/
|
|
|
|
|
2003-06-25 06:27:38 +02:00
|
|
|
MAINTAINER= so14k@so14k.com
|
2003-04-30 15:20:05 +02:00
|
|
|
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:
|
2003-05-07 16:19:44 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/kpopup/misc.cpp \
|
2003-04-30 15:20:05 +02:00
|
|
|
${WRKSRC}/kpopup/make_popup.cpp ${WRKSRC}/kpopup/main.cpp
|
2003-05-07 16:19:44 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/kpopup/misc.h
|
2003-04-30 15:20:05 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|