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 c882dd7d13 - Support CFLAGS properly
- Remove USE_GMAKE
- Exclude GPL doc from package
- WindowMaker -> Window Maker

PR: 20548
Submitted by: Ports Fury
2000-08-12 08:17:43 +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.12
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>