mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b18993731f
Submitted by: Will Andrews <andrews@technologist.com> PR: 13809
35 lines
780 B
Makefile
35 lines
780 B
Makefile
# New ports collection makefile for: wmbattery
|
|
# Version required: 1.9
|
|
# Date created: 18 Sep 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= wmbattery
|
|
PKGNAME= ${DISTNAME}-1.9
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://kitenet.net/programs/code/wmbattery/
|
|
|
|
MAINTAINER= andrews@technologist.com
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= YES
|
|
MAKE_ENV= PREFIX="${PREFIX}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
|
INSTALL_DATA="${INSTALL_DATA}" INSTALL_MAN="${INSTALL_MAN}"
|
|
ALL_TARGET= wmbattery
|
|
MAN1= wmbattery.1
|
|
|
|
# install additional docs
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
.for i in COPYING INSTALL README TODO
|
|
@${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/wmbattery
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|