diff options
author | cube <cube@pkgsrc.org> | 2004-02-24 23:12:37 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-02-24 23:12:37 +0000 |
commit | aaa07bcc1f963f63ea88e0c7386ece5563b6591e (patch) | |
tree | fa14746557728e15707d18d7e13a519cd5566f3c /misc/gkrellm-moon/Makefile | |
parent | d0bc18a317a9a92a1148182962e5962ebc9da27c (diff) | |
download | pkgsrc-aaa07bcc1f963f63ea88e0c7386ece5563b6591e.tar.gz |
Update to version 0.6. This is the GKrellM-2 port of the moon plugin.
Diffstat (limited to 'misc/gkrellm-moon/Makefile')
-rw-r--r-- | misc/gkrellm-moon/Makefile | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/misc/gkrellm-moon/Makefile b/misc/gkrellm-moon/Makefile index f4450d25089..14e35a4ff5e 100644 --- a/misc/gkrellm-moon/Makefile +++ b/misc/gkrellm-moon/Makefile @@ -1,19 +1,17 @@ -# $NetBSD: Makefile,v 1.8 2004/01/03 18:49:46 reed Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/24 23:12:37 cube Exp $ +# -DISTNAME= gkrellmoon-0.3 -PKGNAME= gkrellm-moon-0.3 -PKGREVISION= 4 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellmoon/} +DISTNAME= gkrellmoon-0.6 +PKGNAME= gkrellm-moon-0.6 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellmoon/} -MAINTAINER= damon@NetBSD.org -HOMEPAGE= http://gkrellmoon.sourceforge.net/ -COMMENT= gkrellm moonclock plugin +MAINTAINER= cube@NetBSD.org +HOMEPAGE= http://gkrellmoon.sourceforge.net/ +COMMENT= GKrellM2 moonclock plugin -USE_BUILDLINK2= YES +USE_BUILDLINK3= yes +ALL_TARGET= gkrellmoon.so -pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins - -.include "../../sysutils/gkrellm/buildlink2.mk" +.include "../../sysutils/gkrellm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |