1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/x11/wmmsg/Makefile
2004-02-04 05:10:27 +00:00

39 lines
903 B
Makefile

# New ports collection makefile for: wmmsg
# Date created: 22 January 2004
# Whom: Thomas Kempka <t.kempka@web.de>
#
# $FreeBSD$
#
PORTNAME= wmmsg
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= x11 windowmaker
MASTER_SITES= http://taxiway.swapspace.net/~matt/wmmsg/
MAINTAINER= t.kempka@web.de
COMMENT= Dockapp that notifies you on ICQ, AIM and IRC events
LIB_DEPENDS= Imlib2:${PORTSDIR}/graphics/imlib2
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GNOME= gtk12
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
MAN1= wmmsg.1
post-patch:
@${REINPLACE_CMD} -e 's|exit (|_exit(|g' \
${WRKSRC}/src/wmgeneral/wmgeneral.c \
${WRKSRC}/src/wmgeneral/misc.c
@${REINPLACE_CMD} -e 's|long currtime\;|time_t currtime\;|g' \
${WRKSRC}/src/wmmsg/wmmsg.c
@${REINPLACE_CMD} -e 's| man\/wmmsg_notify\.1||g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>