1999-10-21 06:29:02 +02:00
|
|
|
# New ports collection makefile for: wmbattery
|
|
|
|
# Date created: 18 Sep 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= wmbattery
|
2001-12-30 01:10:41 +01:00
|
|
|
PORTVERSION= 1.21
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 2
|
1999-12-05 00:28:44 +01:00
|
|
|
CATEGORIES= sysutils windowmaker
|
2003-04-25 22:53:26 +02:00
|
|
|
MASTER_SITES= http://www.kitenet.net/programs/wmbattery/old/
|
2000-05-19 13:53:14 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
1999-10-21 06:29:02 +02:00
|
|
|
|
2006-04-15 00:53:13 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Window Maker dockapp that displays info about your battery
|
1999-10-21 06:29:02 +02:00
|
|
|
|
2000-05-19 13:53:14 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2008-03-25 23:44:48 +01:00
|
|
|
USE_XORG= xpm
|
2001-05-30 05:07:25 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1999-10-21 06:29:02 +02:00
|
|
|
MAN1= wmbattery.1
|
|
|
|
|
|
|
|
post-install:
|
2000-08-12 10:17:43 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2001-12-03 03:45:08 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2001-05-30 05:07:25 +02:00
|
|
|
.for i in README TODO
|
2001-12-03 03:45:08 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
1999-10-21 06:29:02 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|