Edit

IABSD.fr/ports/graphics/libdmtx/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2022-03-22 20:27:12
    Hash : 854f14de
    Message : update to libdmtx-0.7.5, which moved to github. ok sebastia@

  • graphics/libdmtx/Makefile
  • COMMENT =		library for handling data matrix barcodes
    
    GH_ACCOUNT =		dmtx
    GH_PROJECT =		libdmtx
    GH_TAGNAME =		v0.7.5
    
    CATEGORIES =		devel graphics
    SHARED_LIBS +=		dmtx	0.1
    
    MAINTAINER =		Sebastian Reitenbach <sebastia@openbsd.org>
    
    # BSD
    PERMIT_PACKAGE =	Yes
    
    WANTLIB +=		m
    
    CONFIGURE_STYLE =	autoreconf
    AUTORECONF =		./autogen.sh
    AUTOCONF_VERSION =	2.71
    AUTOMAKE_VERSION =	1.16
    
    .include <bsd.port.mk>