2002-11-24 05:08:34 +01:00
|
|
|
# New ports collection makefile for: gkrellmmailwatch2
|
|
|
|
# Date Created: 24 Nov 2002
|
|
|
|
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
# $Id: Makefile,v 1.2 2002/11/24 02:50:45 jylefort Exp $
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gkrellmmailwatch
|
2004-05-22 00:11:06 +02:00
|
|
|
PORTVERSION= 2.4.3
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 3
|
2002-11-24 05:08:34 +01:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://gkrellm.luon.net/files/
|
|
|
|
DISTNAME= gkrellm-mailwatch-${PORTVERSION}
|
|
|
|
|
2003-10-04 18:12:06 +02:00
|
|
|
MAINTAINER= fernan@iib.unsam.edu.ar
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= GKrellM mailwatch plugin
|
2002-11-24 05:08:34 +01:00
|
|
|
|
2004-05-22 00:11:06 +02:00
|
|
|
LATEST_LINK= gkrellmmailwatch2
|
|
|
|
|
2002-11-24 05:08:34 +01:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/gkrellm-mailwatch
|
|
|
|
|
2003-10-04 18:12:06 +02:00
|
|
|
USE_GMAKE= yes
|
2002-11-24 05:08:34 +01:00
|
|
|
USE_X_PREFIX= yes
|
2003-10-04 18:12:06 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-11-24 05:08:34 +01:00
|
|
|
|
|
|
|
MAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|