blob: b7560b1ca19da4ed9ba2079010deb469e1a7a40f (
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
|
# 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://nis-www.lanl.gov/~mgh/WindowMaker/
MAINTAINER= taoka@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
BINMODE= 2755
BINGRP= operator
.include <bsd.port.mk>
|