forked from Lainports/freebsd-ports
Avoid confusion when used as a dependency for libharfbuzz-cairo.so. https://github.com/harfbuzz/harfbuzz/commit/767bdd43a63c
10 lines
200 B
Makefile
10 lines
200 B
Makefile
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -cairo
|
|
|
|
COMMENT= Harfbuzz Cairo support
|
|
|
|
MASTERDIR= ${.CURDIR}/../../print/harfbuzz
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
HARFBUZZ_SLAVE= cairo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|