freebsd-ports/sysutils/wmbattery/Makefile

33 lines
679 B
Makefile
Raw Normal View History

# New ports collection makefile for: wmbattery
# Date created: 18 Sep 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= wmbattery
2001-12-30 01:10:41 +01:00
PORTVERSION= 1.21
PORTREVISION= 2
CATEGORIES= sysutils windowmaker
2003-04-25 22:53:26 +02:00
MASTER_SITES= http://www.kitenet.net/programs/wmbattery/old/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Window Maker dockapp that displays info about your battery
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_XORG= xpm
GNU_CONFIGURE= yes
MAN1= wmbattery.1
post-install:
.if !defined(NOPORTDOCS)
2001-12-03 03:45:08 +01:00
@${MKDIR} ${DOCSDIR}
.for i in README TODO
2001-12-03 03:45:08 +01:00
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>