freebsd-ports/mail/gkrellmmailwatch/Makefile

29 lines
730 B
Makefile
Raw Normal View History

# New ports collection makefile for: gkrellm-mailwatch
# Date Created: 22.08.2000
# Whom: Tobias Reifenberger <treif@mayn.de>
#
# $FreeBSD$
#
PORTNAME= gkrellmmailwatch
PORTVERSION= 0.7.2
2012-06-01 07:26:28 +02:00
PORTREVISION= 8
CATEGORIES= mail
MASTER_SITES= http://gkrellm.luon.net/files/
DISTNAME= mailwatch-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:51:06 +01:00
COMMENT= GKrellM mailwatch plugin
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
PLIST_FILES= libexec/gkrellm/plugins/mailwatch.so
USE_GNOME= imlib
2000-10-05 08:57:56 +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
.include <bsd.port.mk>