pkgsrc/graphics/erlang-eimp/Makefile
rillig 102c17a1e8 graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 22:37:52 +00:00

23 lines
574 B
Makefile

# $NetBSD: Makefile,v 1.9 2019/11/02 22:37:55 rillig Exp $
DISTNAME= eimp-1.0.6
PKGNAME= erlang-${DISTNAME}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/processone/eimp
COMMENT= Erlang Image Manipulation Process
LICENSE= apache-2.0
GITHUB_PROJECT= eimp
DEPENDS+= erlang-p1_utils>=1.0.12:../../misc/erlang-p1_utils
GNU_CONFIGURE= yes
LDFLAGS.SunOS+= -lnsl -lsocket
.include "../../graphics/gd/buildlink3.mk"
.include "../../lang/erlang/module.mk"
.include "../../mk/bsd.pkg.mk"