38 lines
862 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.21 2019/07/12 20:51:15 sthen Exp $
COMMENT= simple xrandr config tool
2019-04-15 17:00:09 +00:00
DISTNAME= lxrandr-0.3.2
REVISION= 0
CATEGORIES= x11 sysutils
HOMEPAGE= http://lxde.org/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += 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
2016-08-28 15:56:21 +00:00
WANTLIB += gtk-x11-2.0 intl pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pthread z
2010-09-09 13:39:01 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
EXTRACT_SUFX= .tar.xz
2013-03-11 11:35:43 +00:00
# needed for regression test
2010-09-09 13:39:01 +00:00
MODULES+= textproc/intltool
LIB_DEPENDS= devel/gettext,-runtime \
2016-08-28 15:56:21 +00:00
x11/gtk+2
2010-11-22 08:36:47 +00:00
RUN_DEPENDS= devel/desktop-file-utils
2011-09-15 08:24:23 +00:00
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>