diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 12:55:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 12:55:34 +0000 |
commit | fad0d310cda5052f2f0e105cac632340a57fc120 (patch) | |
tree | b74c4eb955e50a01fc419946cf5ad0c3c349b6ad /sysutils/xbatt/Makefile | |
parent | e8ac36ddb4e6bb6c74dfd90ceb0c2e78cdd1cea6 (diff) | |
download | pkgsrc-fad0d310cda5052f2f0e105cac632340a57fc120.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'sysutils/xbatt/Makefile')
-rw-r--r-- | sysutils/xbatt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index 30a44693bba..7e5e49e76a6 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/11/29 01:12:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/21 12:58:33 wiz Exp $ # DISTNAME= xbatt-1.3pr1 @@ -16,8 +16,8 @@ COMMENT= Displays battery status of your notebook via APM IGNORE+= "APM is not available for ${MACHINE_PLATFORM}" .endif +USE_BUILDLINK2= YES USE_IMAKE= YES -USE_XPM= YES ALL_TARGET= xbatt post-install: @@ -26,4 +26,5 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/xbatt ${INSTALL_MAN} ${WRKSRC}/README.jp ${PREFIX}/share/doc/xbatt +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |