freebsd-ports/mail/gkrellmmailwatch/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

29 lines
742 B
Makefile

# 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
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://gkrellm.luon.net/files/
DISTNAME= mailwatch-${PORTVERSION}
MAINTAINER= treif@mayn.de
COMMENT= GKrellM mailwatch plugin
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
PLIST_FILES= libexec/gkrellm/plugins/mailwatch.so
USE_X_PREFIX= yes
USE_GNOME= imlib
do-install:
${MKDIR} ${PREFIX}/libexec/gkrellm/plugins
${INSTALL_PROGRAM} ${WRKSRC}/mailwatch.so ${PREFIX}/libexec/gkrellm/plugins
.include <bsd.port.mk>