1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/sysutils/wmhm/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

42 lines
894 B
Makefile

# New ports collection makefile for: wmhm
# Date created: 21 September 1999
# Whom: Mike Muir <mmuir@es.co.nz>
#
# $FreeBSD$
#
PORTNAME= wmhm
PORTVERSION= 1.46
PORTREVISION= 1
CATEGORIES= sysutils windowmaker
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner
MAINTAINER= ports@FreeBSD.org
COMMENT= WindowMaker dockable hardware monitor for FreeBSD
WRKSRC= ${WRKDIR}/wmhm/wmhm
GNU_CONFIGURE= yes
MAN8= wmhm.8
MANCOMPRESSED= yes
PLIST_FILES= bin/wmhm
USE_X_PREFIX= yes
USE_XPM= yes
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= "requires speaker(4)"
CONFIGURE_ARGS+=--with-xpm-includes=${X11BASE}/include \
--with-xpm-library=${X11BASE}/lib
.include <bsd.port.pre.mk>
.if (${OSVERSION} < 601000) && (${ARCH} == "amd64")
IGNORE= 5.x does not support speaker(4)
.endif
post-install:
${STRIP_CMD} ${PREFIX}/bin/wmhm
.include <bsd.port.post.mk>