summaryrefslogtreecommitdiff
path: root/graphics/lsix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/lsix/Makefile')
-rw-r--r--graphics/lsix/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/lsix/Makefile b/graphics/lsix/Makefile
new file mode 100644
index 00000000000..2e130ef899d
--- /dev/null
+++ b/graphics/lsix/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2021/07/03 10:05:54 pin Exp $
+
+DISTNAME= lsix-1.7.4
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GITHUB:=hackerb9/}
+
+MAINTAINER= pin@NetBSD.org
+HOMEPAGE= https://github.com/hackerb9/lsix/
+COMMENT= Like ls, but for images
+LICENSE= gnu-gpl-v3
+
+USE_TOOLS+= bash:run
+USE_LANGUAGES= # none
+NO_BUILD= yes
+REPLACE_BASH+= lsix
+
+INSTALLATION_DIRS= bin
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/lsix ${DESTDIR}${PREFIX}/bin/lsix
+
+.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"