mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
26 lines
534 B
Makefile
26 lines
534 B
Makefile
# New ports collection makefile for: xmailwatcher
|
|
# Date created: 14 II 2001
|
|
# Whom: Harry Newton
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmailwatcher
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.dcs.ed.ac.uk/home/gdmr/X11/
|
|
DISTNAME= xmailwatcher
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Mailbox checker which displays sender and subject lines of mails
|
|
|
|
MAN1= xmailwatcher.1
|
|
PLIST_FILES= bin/xmailwatcher
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${PREFIX}/bin/xmailwatcher
|
|
|
|
.include <bsd.port.mk>
|