0d34285f0c
fonts and copy them to the clipboard.
11 lines
292 B
Makefile
11 lines
292 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 11:58:39 zhuk Exp $
|
|
|
|
COMMENT = KDE character select and clipboard copy
|
|
DISTNAME = kcharselect-${MODKDE4_VERSION}
|
|
|
|
WANTLIB = c m pthread stdc++
|
|
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg
|
|
WANTLIB += ${KDE4LIB}/kdeui
|
|
|
|
.include <bsd.port.mk>
|