diff options
author | rh <rh@pkgsrc.org> | 2001-08-16 10:52:18 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-08-16 10:52:18 +0000 |
commit | 4026d1c9bfa89d19732b4d2053927f0ba55e6456 (patch) | |
tree | 508e452d1d41aca271173c341add2fa48d8507f5 /graphics/feh/Makefile | |
parent | 10aeb4d1978033142e5dbd94b0a7030c162efe0c (diff) | |
download | pkgsrc-4026d1c9bfa89d19732b4d2053927f0ba55e6456.tar.gz |
Initial import of feh-1.0.1, an advanced image viewer.
Diffstat (limited to 'graphics/feh/Makefile')
-rw-r--r-- | graphics/feh/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile new file mode 100644 index 00000000000..c41d1f0b7b9 --- /dev/null +++ b/graphics/feh/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/16 10:52:18 rh Exp $ +# + +DISTNAME= feh-1.0.1 +CATEGORIES= graphics +MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.linuxbrit.co.uk/feh/ +COMMENT= advanced image viewer + +GNU_CONFIGURE= YES +USE_X11BASE= YES + +.include "../../graphics/imlib2/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |