Edit

IABSD.fr/ports/textproc/libuninameslist/Makefile

Branch :

  • Show log

    Commit

  • Author : fcambus
    Date : 2026-03-24 00:22:45
    Hash : 1be6bfe4
    Message : Update libuninameslist to 20260107.

  • textproc/libuninameslist/Makefile
  • COMMENT =	library of Unicode names and annotation data
    
    V =		20260107
    DISTNAME =	libuninameslist-dist-$V
    PKGNAME =	${DISTNAME:S/-dist//}
    
    SHARED_LIBS +=	uninameslist	0.2	# 1.16
    SHARED_LIBS +=  uninameslist-fr	0.0 	# 1.9
    
    CATEGORIES =	textproc
    
    HOMEPAGE =	https://github.com/fontforge/libuninameslist
    
    # BSD
    PERMIT_PACKAGE =	Yes
    
    SITES =	https://github.com/fontforge/libuninameslist/releases/download/$V/
    
    CONFIGURE_STYLE =	gnu
    CONFIGURE_ARGS =	--enable-frenchlib
    
    WRKDIST =	${WRKDIR}/${PKGNAME}
    
    .include <bsd.port.mk>