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)
24 lines
529 B
Makefile
24 lines
529 B
Makefile
# New ports collection makefile for: wmymail
|
|
# Date created: 27 August 2002
|
|
# Whom: Bruce M Simpson <bms@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmymail
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= mail x11
|
|
MASTER_SITES= http://yath.mine.nu/wmymail/ \
|
|
http://dockapps.org/files/65/96/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Check inbox using a WindowMaker DockApp
|
|
|
|
LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp
|
|
RUN_DEPENDS= fetchmail:${PORTSDIR}/mail/fetchmail
|
|
|
|
NOMAN=
|
|
PLIST_FILES= bin/wmymail
|
|
|
|
.include <bsd.port.mk>
|