2002-11-15 22:43:38 +01:00
|
|
|
# New ports collection makefile for: xmms-mailnotify
|
|
|
|
# Date created: 03.02.2002
|
|
|
|
# Whom: Tilman Linneweh <arved@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xmms-mailnotify
|
|
|
|
PORTVERSION= 0.2.0
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 3
|
2002-11-15 22:43:38 +01:00
|
|
|
CATEGORIES= audio
|
2002-12-27 02:00:29 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2002-11-23 13:25:14 +01:00
|
|
|
MASTER_SITE_SUBDIR= arved
|
2002-11-15 22:43:38 +01:00
|
|
|
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
2003-02-22 15:38:12 +01:00
|
|
|
COMMENT= "XMMS plugin, that plays a sound on incoming mail and opens the MUA"
|
2002-11-15 22:43:38 +01:00
|
|
|
|
2003-09-08 02:10:16 +02:00
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
2002-11-15 22:43:38 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER= 13
|
2002-11-15 22:43:38 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gtk12
|
|
|
|
INSTALLS_SHLIB= yes
|
2003-03-29 17:20:49 +01:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s,/usr/lib,${X11BASE}/lib," ${WRKSRC}/mailnotify.c
|
2002-11-15 22:43:38 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|