pkgsrc/graphics/erlang-eimp/Makefile
triaxx 7b047b34e2 erlang-eimp: Update to 1.0.18
upstream changes:
-----------------
Version 1.0.18
  * Updating p1_utils to version 1.0.21.
  * Load external libraries dynamically

Version 1.0.17
  * Updating p1_utils to version 1.0.20.

Version 1.0.16
  * Add Travis and support for Erlang/OTP 23.0

Version 1.0.15
  * Updating p1_utils to version 1.0.19.
  * Fix compatibility issues with Erlang 23

Version 1.0.14
  * Updating p1_utils to version 1.0.18.
  * Update copyright year
  * Don't assume that image libs are available when configure was not called

Version 1.0.13
  * Updating p1_utils to version 1.0.17.

Version 1.0.12
  * Updating p1_utils to version 1.0.16.
  * Update type specs

Version 1.0.11
  * Updating p1_utils to version 1.0.15.

Version 1.0.10
  * Updating p1_utils to version 1.0.14.
  * Add contribution guide

Version 1.0.9
  * Include configure and vars.config.in in hex package

Version 1.0.8
  * Updating p1_utils to version 1.0.13.

Version 1.0.7
  * Updating p1_utils to version 6ff85e8.
  * Pack rebar.config.script in hex package
2021-01-16 00:00:48 +00:00

23 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.11 2021/01/16 00:00:48 triaxx Exp $
DISTNAME= eimp-1.0.18
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.21:../../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"