mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
0d78a6b671
now I only need to finish modules!
21 lines
350 B
Makefile
21 lines
350 B
Makefile
COMMENT= interact with an EWMH/NetWM window manager
|
|
DISTNAME= wmctrl-1.07
|
|
REVISION= 9
|
|
|
|
CATEGORIES= x11
|
|
SITES= ${HOMEPAGE}
|
|
|
|
HOMEPAGE= https://sites.google.com/site/tstyblo/wmctrl/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += ICE SM X11 Xmu c glib-2.0 intl
|
|
|
|
LIB_DEPENDS= devel/gettext,-runtime \
|
|
devel/glib2
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|