2000-09-14 19:27:59 +02:00
|
|
|
# New ports collection makefile for: gkrellm-mailwatch
|
|
|
|
# Date Created: 22.08.2000
|
|
|
|
# Whom: Tobias Reifenberger <treif@mayn.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gkrellmmailwatch
|
2002-08-21 21:28:05 +02:00
|
|
|
PORTVERSION= 0.7.2
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 8
|
2000-09-14 19:27:59 +02:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://gkrellm.luon.net/files/
|
|
|
|
DISTNAME= mailwatch-${PORTVERSION}
|
|
|
|
|
2010-12-23 06:14:34 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= GKrellM mailwatch plugin
|
2000-09-14 19:27:59 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
2000-09-14 19:27:59 +02:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= libexec/gkrellm/plugins/mailwatch.so
|
2003-04-21 01:14:46 +02:00
|
|
|
USE_GNOME= imlib
|
2000-10-05 08:57:56 +02:00
|
|
|
|
2000-09-14 19:27:59 +02:00
|
|
|
do-install:
|
2000-10-05 08:57:56 +02:00
|
|
|
${MKDIR} ${PREFIX}/libexec/gkrellm/plugins
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mailwatch.so ${PREFIX}/libexec/gkrellm/plugins
|
2000-09-14 19:27:59 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|