freebsd-ports/sysutils/wmhm/Makefile

45 lines
1,022 B
Makefile
Raw Normal View History

# 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= 3
CATEGORIES= sysutils windowmaker
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= WindowMaker dockable hardware monitor for FreeBSD
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
WRKSRC= ${WRKDIR}/wmhm/wmhm
GNU_CONFIGURE= yes
MAN8= wmhm.8
MANCOMPRESSED= yes
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/wmhm
USE_XORG= xpm
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= "requires speaker(4)"
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
CONFIGURE_ARGS+=--with-xpm-includes=${LOCALBASE}/include \
--with-xpm-library=${LOCALBASE}/lib
2004-02-25 11:01:40 +01:00
.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
2004-02-25 11:01:40 +01:00
.include <bsd.port.post.mk>