diff options
Diffstat (limited to 'devel/icu-le-hb/Makefile')
-rw-r--r-- | devel/icu-le-hb/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/icu-le-hb/Makefile b/devel/icu-le-hb/Makefile new file mode 100644 index 000000000000..4076a69b3505 --- /dev/null +++ b/devel/icu-le-hb/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= icu-le-hb +PORTVERSION= 1.0.3 +CATEGORIES= devel print +MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ + +MAINTAINER= office@FreeBSD.org +COMMENT= ICU Layout Engine API on top of HarfBuzz shaping library + +LICENSE= ICU +LICENSE_NAME= ICU license +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +LIB_DEPENDS= libicuuc.so:devel/icu \ + libharfbuzz.so:print/harfbuzz + +USES= gmake libtool pathfix pkgconfig +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +.include <bsd.port.mk> |