aboutsummaryrefslogtreecommitdiffstats
path: root/x11/wmessage/Makefile
blob: e276c5d9265da7c6478abaaff7e732776933871a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    wmessage
# Date created:             Mon Dec 17 20:18:07 EST 2001
# Whom:                 Patrick Li <pat@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   wmessage
PORTVERSION=    0.11
PORTREVISION=   1
CATEGORIES= x11 windowmaker
MASTER_SITES=   http://members.ozemail.com.au/~crn/wmessage/

MAINTAINER= pat@FreeBSD.org
COMMENT=    A WINGs based message viewer similar to xmessage

BUILD_DEPENDS=  get-wraster-flags:${PORTSDIR}/x11-wm/windowmaker

USE_X_PREFIX=   yes
USE_XPM=    yes

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/wmessage ${PREFIX}/bin
.ifndef(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README \
        ${DOCSDIR}
.endif

.include <bsd.port.mk>