fedb258f78
pkgsrc changes: --------------- * Actually lang/erlang/module.mk defines USE_GLOBAL_DEPS=true in the Makefile environment which disables the fetching of dependencies. * Bump revision.
24 lines
591 B
Makefile
24 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.14 2021/05/21 10:31:00 triaxx Exp $
|
|
|
|
DISTNAME= eimp-1.0.20
|
|
PKGNAME= erlang-${DISTNAME}
|
|
PKGREVISION= 2
|
|
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.22:../../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"
|