freebsd-ports/sysutils/wmapm/Makefile
Martin Wilke cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00

30 lines
516 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
PORTREVISION= 2
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_XORG= xpm
MAN1= wmapm.1
PLIST_FILES= bin/wmapm
BINMODE= 2755
BINGRP= operator
.include <bsd.port.mk>