090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
28 lines
726 B
Makefile
28 lines
726 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= 4
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://gkrellm.luon.net/files/
|
|
DISTNAME= mailwatch-${PORTVERSION}
|
|
|
|
MAINTAINER= treif@mayn.de
|
|
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
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/libexec/gkrellm/plugins
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mailwatch.so ${PREFIX}/libexec/gkrellm/plugins
|
|
|
|
.include <bsd.port.mk>
|