diff options
Diffstat (limited to 'misc/gkrellm-leds/Makefile')
-rw-r--r-- | misc/gkrellm-leds/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/misc/gkrellm-leds/Makefile b/misc/gkrellm-leds/Makefile index 9038aa5005a..dba2f618aea 100644 --- a/misc/gkrellm-leds/Makefile +++ b/misc/gkrellm-leds/Makefile @@ -1,22 +1,20 @@ -# $NetBSD: Makefile,v 1.5 2004/12/03 15:15:04 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/03/22 15:51:26 cube Exp $ # -DISTNAME= gkleds-0.8.1 +DISTNAME= gkleds-0.8.2 PKGNAME= ${DISTNAME:S/^gk/gkrellm-/} -PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= http://heim.ifi.uio.no/~oyvinha/files/files/ MAINTAINER= cube@NetBSD.org -HOMEPAGE= http://heim.ifi.uio.no/~oyvinha/article.php?2.0.0 +HOMEPAGE= http://heim.ifi.uio.no/~oyvinha/gkleds/ COMMENT= GKrellM plugin that monitors CapsLock, NumLock and ScrollLock keys USE_BUILDLINK3= YES -USE_GNU_TOOLS+= make -BUILD_TARGET= unix +GNU_CONFIGURE= YES +USE_LIBTOOL= YES -do-install: - ${INSTALL_DATA} ${WRKSRC}/gkleds.so ${PREFIX}/lib/gkrellm2/plugins +CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/gkrellm2/plugins .include "../../devel/pkgconfig/buildlink3.mk" .include "../../sysutils/gkrellm/buildlink3.mk" |