ports/devel/kf5/kcodecs/Makefile

12 lines
225 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = string encoding/decoding for KDE
DISTNAME = kcodecs-${VERSION}
SHARED_LIBS = KF5Codecs 6.2
WANTLIB += ${COMPILER_LIBCXX} Qt5Core m
BUILD_DEPENDS = devel/gperf
RUN_DEPENDS = devel/gperf
.include <bsd.port.mk>