38 lines
857 B
Makefile
38 lines
857 B
Makefile
# $OpenBSD: Makefile,v 1.17 2016/08/28 15:56:21 jca Exp $
|
|
|
|
COMMENT= simple xrandr config tool
|
|
|
|
DISTNAME= lxrandr-0.3.1
|
|
REVISION= 0
|
|
|
|
CATEGORIES= x11 sysutils
|
|
|
|
HOMEPAGE= http://lxde.org/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= 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
|
|
WANTLIB += gtk-x11-2.0 intl pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
WANTLIB += pthread z
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
# needed for regression test
|
|
MODULES+= textproc/intltool
|
|
|
|
LIB_DEPENDS= devel/gettext \
|
|
x11/gtk+2
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|