d9ed90620d
We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket)
29 lines
526 B
Makefile
29 lines
526 B
Makefile
# 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= 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>
|