aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libuninameslist/Makefile
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2019-08-22 16:49:23 +0800
committerwen <wen@FreeBSD.org>2019-08-22 16:49:23 +0800
commite4884f50910efe7a6910e38df2c17a2ec4708e8e (patch)
treefa5dcf27435fe08c551b8c623155b380b91fb7d0 /textproc/libuninameslist/Makefile
parent1f76254399c1541eec69116b333d78faabec7b9a (diff)
downloadfreebsd-ports-gnome-e4884f50910efe7a6910e38df2c17a2ec4708e8e.tar.gz
freebsd-ports-gnome-e4884f50910efe7a6910e38df2c17a2ec4708e8e.tar.zst
freebsd-ports-gnome-e4884f50910efe7a6910e38df2c17a2ec4708e8e.zip
- Update to 20190701
- Pass maintainership to submitter - Add LICENSE - Add options PR: 239955 Submitted by: cyberbotx@cyberbotx.com
Diffstat (limited to 'textproc/libuninameslist/Makefile')
-rw-r--r--textproc/libuninameslist/Makefile25
1 files changed, 16 insertions, 9 deletions
diff --git a/textproc/libuninameslist/Makefile b/textproc/libuninameslist/Makefile
index 3ddf97406bcb..432d14f5613e 100644
--- a/textproc/libuninameslist/Makefile
+++ b/textproc/libuninameslist/Makefile
@@ -2,22 +2,29 @@
# $FreeBSD$
PORTNAME= libuninameslist
-PORTVERSION= 20091231
-PORTREVISION= 1
+PORTVERSION= 20190701
CATEGORIES= textproc
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20sources/Unicode_5.2-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= Library of Unicode annotation data
-WRKSRC= ${WRKDIR}/${PORTNAME}
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= autoreconf gmake libtool
+
+USE_GITHUB= yes
+GH_ACCOUNT= fontforge
-USES= gmake tar:bzip2 libtool
GNU_CONFIGURE= yes
-ALL_TARGET= both
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
+
+OPTIONS_DEFINE= FRENCH
+OPTIONS_DEFAULT=FRENCH
+OPTIONS_SUB=yes
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
+FRENCH_DESC= Build French library
+FRENCH_CONFIGURE_ENABLE= frenchlib
.include <bsd.port.mk>