9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
22 lines
708 B
Text
22 lines
708 B
Text
# $NetBSD: Makefile.common,v 1.16 2006/03/04 21:30:42 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= xmbmon205
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/xmbmon/
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xmbmon205conf.tar.gz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
DISTINFO_FILE?= ${.CURDIR}/../../sysutils/mbmon/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../sysutils/mbmon/patches
|
|
|
|
ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 OpenBSD-*-i386
|
|
ONLY_FOR_PLATFORM+= NetBSD-*-x86_64 DragonFly-*-i386
|
|
|
|
# for xmbmon205conf.tar.gz -- remove during next update!
|
|
post-extract:
|
|
${MV} ${WRKDIR}/configure* ${WRKSRC}
|