mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c882dd7d13
- Remove USE_GMAKE - Exclude GPL doc from package - WindowMaker -> Window Maker PR: 20548 Submitted by: Ports Fury
31 lines
612 B
Makefile
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>
|