a0189e86ef
- Replace master site and WWW URL - The new distfile is a .tar file (despite the name) - the contents are identical to what was in the original file. Therefore, distinfo needs patching too. (checked tarball differences myself) PR: ports/94229 Submitted by: Shaun Amott <shaun@inerd.com>
29 lines
517 B
Makefile
29 lines
517 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://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>
|