diff options
Diffstat (limited to 'print/harfbuzz-hb-view/Makefile')
-rw-r--r-- | print/harfbuzz-hb-view/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/harfbuzz-hb-view/Makefile b/print/harfbuzz-hb-view/Makefile new file mode 100644 index 000000000000..d5a03a246623 --- /dev/null +++ b/print/harfbuzz-hb-view/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTREVISION= 0 +PKGNAMESUFFIX= -hb-view + +COMMENT= Harfbuzz hb-view utility + +MASTERDIR= ${.CURDIR}/../../print/harfbuzz +PLIST= ${.CURDIR}/pkg-plist +HARFBUZZ_SLAVE= hb-view + +.include "${MASTERDIR}/Makefile" |