1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/sysutils/wmbattery/Makefile
Kevin Lo acbf405f60 Update to version 1.13
PR: 23137
Submitted by: Ports Fury
2000-11-28 15:34:21 +00:00

31 lines
612 B
Makefile

# New ports collection makefile for: wmbattery
# Date created: 18 Sep 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= wmbattery
PORTVERSION= 1.13
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://kitenet.net/programs/code/wmbattery/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
USE_XPM= yes
ALL_TARGET= wmbattery
MAN1= wmbattery.1
post-install:
.if !defined(NOPORTDOCS)
.for i in INSTALL README TODO
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/wmbattery
.endfor
.endif
.include <bsd.port.mk>