31 lines
796 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2019/07/12 20:51:24 sthen Exp $
2005-03-07 21:45:00 +00:00
2010-07-30 08:02:59 +00:00
COMMENT= WindowMaker dock.app clock
BROKEN-sparc64 = ICE in change_address_1, at emit-rtl.c:1784
2005-03-07 21:45:00 +00:00
2017-04-28 22:16:23 +00:00
DISTNAME= wmclockmon-0.8.1
2005-03-07 21:45:00 +00:00
CATEGORIES= x11 x11/windowmaker
REVISION= 0
2005-03-07 21:45:00 +00:00
HOMEPAGE= http://tnemeth.free.fr/projets/dockapps.html
MASTER_SITES= http://tnemeth.free.fr/projets/programmes/
2010-03-23 22:12:39 +00:00
# GPLv2
PERMIT_PACKAGE= Yes
2005-03-07 21:45:00 +00:00
2016-08-27 16:52:12 +00:00
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xpm Xrandr Xrender atk-1.0 c cairo fontconfig freetype
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
WANTLIB += gtk-x11-2.0 intl pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pthread z
LIB_DEPENDS= devel/gettext,-runtime \
2016-08-27 16:52:12 +00:00
x11/gtk+2
2005-03-07 21:45:00 +00:00
2010-11-22 08:36:47 +00:00
USE_GROFF = Yes
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2005-03-07 21:45:00 +00:00
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>