3250fd1a9f
- Pass maintainership to submitter - Add LICENSE - Add options PR: 239955 Submitted by: cyberbotx@cyberbotx.com
30 lines
557 B
Makefile
30 lines
557 B
Makefile
# Created by: KANOU Hiroki <kanou@khdd.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libuninameslist
|
|
PORTVERSION= 20190701
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= cyberbotx@cyberbotx.com
|
|
COMMENT= Library of Unicode annotation data
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= autoreconf gmake libtool
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fontforge
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= FRENCH
|
|
OPTIONS_DEFAULT=FRENCH
|
|
OPTIONS_SUB=yes
|
|
|
|
FRENCH_DESC= Build French library
|
|
FRENCH_CONFIGURE_ENABLE= frenchlib
|
|
|
|
.include <bsd.port.mk>
|