xref: /mports/graphics/libqrencode/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	libqrencode
2PORTVERSION=	4.1.1
3DISTVERSIONPREFIX=	v
4CATEGORIES=	graphics
5
6MAINTAINER=	ports@MidnightBSD.org
7COMMENT=	C library for encoding data in a QR Code symbol
8WWW=		https://github.com/fukuchi/libqrencode
9
10LICENSE=	lgpl2.1
11LICENSE_FILE=	${WRKSRC}/COPYING
12
13LIB_DEPENDS=	libpng.so:graphics/png
14
15USES=		cmake iconv pathfix pkgconfig
16USE_GITHUB=	yes
17GH_ACCOUNT=	fukuchi
18USE_LDCONFIG=	yes
19GNU_CONFIGURE=	yes
20
21CMAKE_ARGS=	-DBUILD_SHARED_LIBS=ON
22PLIST_FILES=	bin/qrencode \
23		include/qrencode.h \
24		lib/libqrencode.so \
25		lib/libqrencode.so.4 \
26		lib/libqrencode.so.${PORTVERSION} \
27		libdata/pkgconfig/libqrencode.pc \
28		share/man/man1/qrencode.1.gz
29
30.include <bsd.port.mk>
31

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026