diff options
author | oliver <oliver@FreeBSD.org> | 2004-01-24 15:06:48 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-01-24 15:06:48 +0000 |
commit | 56e282bfa630575c0de5bb55e6964aa2e9dc9e7d (patch) | |
tree | f16b8cd2662d7cf672cef709f9687fa48850de66 /x11/wmmsg/Makefile | |
parent | a7e99156a63fdb1e88bc5cf69d78c8cfc33af4e8 (diff) | |
download | FreeBSD-ports-56e282bfa630575c0de5bb55e6964aa2e9dc9e7d.zip FreeBSD-ports-56e282bfa630575c0de5bb55e6964aa2e9dc9e7d.tar.gz |
Add wmmsg 1.0, dockapp that notifies you on ICQ, AIM and IRC events.
PR: 61749
Submitted by: Thomas Kempka <t.kempka@web.de>
Diffstat (limited to 'x11/wmmsg/Makefile')
-rw-r--r-- | x11/wmmsg/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/x11/wmmsg/Makefile b/x11/wmmsg/Makefile new file mode 100644 index 0000000..9a66bbc --- /dev/null +++ b/x11/wmmsg/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: wmmsg +# Date created: 22 January 2004 +# Whom: Thomas Kempka <t.kempka@web.de> +# +# $FreeBSD$ +# + +PORTNAME= wmmsg +PORTVERSION= 1.0 +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> |