mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
27 lines
465 B
Makefile
27 lines
465 B
Makefile
# Created by: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmapm
|
|
PORTVERSION= 3.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils windowmaker
|
|
MASTER_SITES= http://www.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_XORG= xpm
|
|
|
|
MAN1= wmapm.1
|
|
PLIST_FILES= bin/wmapm
|
|
|
|
BINMODE= 2755
|
|
BINGRP= operator
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|