ports/textproc/libuninameslist/Makefile
Muhammad Moinur Rahman 74fce60b4c
textproc/libuninameslist: Moved man to share/man
Approved by:    portmgr (blanket)
2024-01-30 23:35:31 +01:00

31 lines
729 B
Makefile

PORTNAME= libuninameslist
DISTVERSION= 20221022
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= https://github.com/fontforge/${PORTNAME}/releases/download/${DISTVERSION}/
DISTNAME= ${PORTNAME}-dist-${DISTVERSION}
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= Library of Unicode annotation data
WWW= https://github.com/fontforge/libuninameslist
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
OPTIONS_DEFINE= FRENCH
OPTIONS_DEFAULT=FRENCH
OPTIONS_SUB=yes
FRENCH_DESC= Build French library
FRENCH_CONFIGURE_ENABLE= frenchlib
.include <bsd.port.mk>