pkgsrc/sysutils/gkrellm/Makefile.common
cube 511eccffe8 Update to 2.1.28.
pkgsrc changes:
  o provide GKRELLM_DEBUG to easily build a debug version (should help with
    the spinning gkrellm issue)
  o don't strip binaries in debug mode
  o small gkrellm Makefiles fixes

GKrellM changes (from Changelog):
  o Stephan Kapfinger <s.kapfinger--at--gmx.de> mail.c patch fixes bug
    I introduced into the last release where parsing of the mail reader
    command could fail.
2004-03-29 06:47:30 +00:00

36 lines
1 KiB
Makefile

# $NetBSD: Makefile.common,v 1.4 2004/03/29 06:47:30 cube Exp $
DISTNAME= ${GKRELLM_DISTBASE}
PKGNAME= ${GKRELLM_PKGBASE}-${GKRELLM_VERSION}
CATEGORIES= sysutils
MASTER_SITES= http://web.wt.net/~billw/gkrellm/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://gkrellm.net/
CONFLICTS+= gkrellm-1*
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= YES
MAKE_ENV+= LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale
.if defined(GKRELLM_DEBUG)
MAKE_ENV+= DEBUG=yes
.endif
GKRELLM_VERSION= 2.1.28
GKRELLM_DISTBASE= gkrellm-${GKRELLM_VERSION}
GKRELLM_SRCDIR= ${WRKDIR}/${GKRELLM_DISTBASE}
FILESDIR= ${.CURDIR}/../../sysutils/gkrellm/files
PATCHDIR= ${.CURDIR}/../../sysutils/gkrellm/patches
DISTINFO_FILE= ${.CURDIR}/../../sysutils/gkrellm/distinfo
post-extract:
${CP} ${FILESDIR}/top.Makefile ${WRKSRC}/Makefile
${CP} ${FILESDIR}/top.Makefile.inc ${WRKSRC}/Makefile.inc
${CP} ${FILESDIR}/po.Makefile ${WRKSRC}/po/Makefile
${CP} ${FILESDIR}/server.Makefile ${WRKSRC}/server/Makefile
${CP} ${FILESDIR}/src.Makefile ${WRKSRC}/src/Makefile