1999-09-24 07:34:24 +02:00
|
|
|
# New ports collection makefile for: wmhm
|
|
|
|
# Date created: 21 September 1999
|
|
|
|
# Whom: Mike Muir <mmuir@es.co.nz>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= wmhm
|
2001-09-14 06:02:42 +02:00
|
|
|
PORTVERSION= 1.46
|
2008-03-25 23:44:48 +01:00
|
|
|
PORTREVISION= 3
|
1999-09-24 07:34:24 +02:00
|
|
|
CATEGORIES= sysutils windowmaker
|
2001-04-22 18:55:23 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= fenner
|
1999-09-24 07:34:24 +02:00
|
|
|
|
2003-07-11 03:24:18 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= WindowMaker dockable hardware monitor for FreeBSD
|
2000-12-25 14:49:05 +01:00
|
|
|
|
2011-03-13 13:21:37 +01:00
|
|
|
DEPRECATED= Upstream disapear and distfile is no more available
|
|
|
|
EXPIRATION_DATE= 2011-05-01
|
|
|
|
|
1999-09-24 07:34:24 +02:00
|
|
|
WRKSRC= ${WRKDIR}/wmhm/wmhm
|
1999-11-12 21:38:41 +01:00
|
|
|
|
1999-10-21 07:59:42 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-02-12 22:47:44 +01:00
|
|
|
MAN8= wmhm.8
|
2000-02-15 17:56:55 +01:00
|
|
|
MANCOMPRESSED= yes
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/wmhm
|
2008-03-25 23:44:48 +01:00
|
|
|
USE_XORG= xpm
|
2007-03-17 17:54:28 +01:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
ONLY_FOR_ARCHS_REASON= "requires speaker(4)"
|
2008-01-06 18:31:52 +01:00
|
|
|
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
|
2000-02-12 22:47:44 +01:00
|
|
|
|
- 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
|
|
|
CONFIGURE_ARGS+=--with-xpm-includes=${LOCALBASE}/include \
|
|
|
|
--with-xpm-library=${LOCALBASE}/lib
|
2006-11-23 21:16:43 +01:00
|
|
|
|
2004-02-25 11:01:40 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2007-03-24 14:39:18 +01:00
|
|
|
.if (${OSVERSION} < 601000) && (${ARCH} == "amd64")
|
|
|
|
IGNORE= 5.x does not support speaker(4)
|
|
|
|
.endif
|
|
|
|
|
2001-09-14 06:02:42 +02:00
|
|
|
post-install:
|
2003-09-24 11:37:11 +02:00
|
|
|
${STRIP_CMD} ${PREFIX}/bin/wmhm
|
2001-09-14 06:02:42 +02:00
|
|
|
|
2004-02-25 11:01:40 +01:00
|
|
|
.include <bsd.port.post.mk>
|