freebsd-ports/graphics/libdmtx/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

22 lines
423 B
Makefile

PORTNAME= libdmtx
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.5
CATEGORIES= graphics
MAINTAINER= hrs@FreeBSD.org
COMMENT= Library for reading and writing Data Matrix barcodes
WWW= https://libdmtx.sourceforge.net/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= pathfix autoreconf libtool
USE_GITHUB= yes
GH_ACCOUNT= dmtx
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>