diff options
author | snj <snj@pkgsrc.org> | 2004-09-20 22:06:37 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-09-20 22:06:37 +0000 |
commit | 50be130acae495e6805b2aa0b1975de6c0930370 (patch) | |
tree | 233cb149eed774d65e921f012145d9102b365c0b /graphics | |
parent | f85fb305cd2df75e05defa93b84a51de3a1d0f31 (diff) | |
download | pkgsrc-50be130acae495e6805b2aa0b1975de6c0930370.tar.gz |
I'll maintain this. While here, make a few aesthetic adjustments.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/scrot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile index de5ce19ff1b..97360b9f597 100644 --- a/graphics/scrot/Makefile +++ b/graphics/scrot/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.11 2004/05/07 01:14:48 xtraeme Exp $ -# +# $NetBSD: Makefile,v 1.12 2004/09/20 22:06:37 snj Exp $ DISTNAME= scrot-0.8 PKGREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://linuxbrit.co.uk/downloads/ -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= snj@NetBSD.org HOMEPAGE= http://linuxbrit.co.uk/scrot/ COMMENT= Commandline screen capture util like "import", but using imlib2 -USE_BUILDLINK3= YES GNU_CONFIGURE= YES +USE_BUILDLINK3= YES USE_X11= YES .include "../../devel/giblib/buildlink3.mk" + .include "../../mk/bsd.pkg.mk" |