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$
|
2006-01-26 11:34:27 +01:00
|
|
|
#
|
2006-01-31 15:55:11 +01:00
|
|
|
# $Tecnik: ports/net-im/kpopup/Makefile,v 1.8 2006/01/30 14:17:07 itetcu Exp $
|
2006-01-26 11:34:27 +01:00
|
|
|
#
|
2003-04-30 15:20:05 +02:00
|
|
|
|
|
|
|
PORTNAME= kpopup
|
2006-01-31 15:55:11 +01:00
|
|
|
PORTVERSION= 0.9.8.2
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 9
|
2005-11-09 08:48:19 +01:00
|
|
|
CATEGORIES= net-im kde
|
2006-01-31 15:55:11 +01:00
|
|
|
MASTER_SITES= http://www.henschelsoft.de/kpopup/ \
|
2008-03-25 10:45:48 +01:00
|
|
|
http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/
|
2003-04-30 15:20:05 +02:00
|
|
|
|
2008-03-25 10:45:48 +01:00
|
|
|
MAINTAINER= itetcu@FreeBSD.org
|
2003-04-30 15:20:05 +02:00
|
|
|
COMMENT= KDE program for sending and receiving MS Windows WinPopup messages
|
|
|
|
|
2010-09-14 21:12:16 +02:00
|
|
|
RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT}
|
|
|
|
|
|
|
|
SAMBA_PORT?= net/samba34
|
2006-01-31 15:55:11 +01:00
|
|
|
|
|
|
|
SUB_FILES= pkg-message
|
2003-04-30 15:20:05 +02:00
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2009-04-10 08:02:09 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2006-01-31 15:55:11 +01:00
|
|
|
|
|
|
|
KPOPUP_DIR= /var/tmp/kpopup
|
2003-04-30 15:20:05 +02:00
|
|
|
|
|
|
|
post-patch:
|
2006-01-31 15:55:11 +01:00
|
|
|
@${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
|
2009-04-10 08:02:09 +02:00
|
|
|
.ifdef NOPORTDOCS
|
|
|
|
@${REINPLACE_CMD} '/SUBDIRS = /s/doc//' ${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
2003-04-30 15:20:05 +02:00
|
|
|
|
|
|
|
post-install:
|
2006-01-31 15:55:11 +01:00
|
|
|
@${MKDIR} ${KPOPUP_DIR} && ${CHMOD} 777 ${KPOPUP_DIR}
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
2003-04-30 15:20:05 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|