aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wmapm/Makefile
blob: 622b2e82666f1267ea0d0d890ddce546301b2e55 (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
# New ports collection makefile for:    wmapm
# Date created:     99/07/02
# Whom:         Satoshi TAOKA <taoka@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   wmapm
PORTVERSION=    3.1
CATEGORIES= sysutils windowmaker
MASTER_SITES=   http://dockapps.org/files/18/25/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Laptop battery status display for WindowMaker

ONLY_FOR_ARCHS= i386

WRKSRC=     ${WRKDIR}/${DISTNAME}/wmapm

USE_X_PREFIX=   yes
USE_XPM=    yes

MAN1=       wmapm.1
PLIST_FILES=    bin/wmapm

BINMODE=    2755
BINGRP=     operator

.include <bsd.port.mk>