openbsd-ports/x11/lxrandr/Makefile

41 lines
1018 B
Makefile
Raw Normal View History

2010-11-22 03:36:47 -05:00
# $OpenBSD: Makefile,v 1.10 2010/11/22 08:37:03 espie Exp $
COMMENT= simple xrandr config tool
2010-09-09 09:39:01 -04:00
DISTNAME= lxrandr-0.1.1
2010-10-11 04:11:24 -04:00
REVISION= 0
CATEGORIES= x11 sysutils
HOMEPAGE= http://lxde.org/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-09-09 09:39:01 -04:00
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes cairo
2010-10-11 04:11:24 -04:00
WANTLIB += Xi Xinerama Xrandr Xrender c expat fontconfig freetype
2010-09-09 09:39:01 -04:00
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 png
WANTLIB += m pixman-1 pthread pthread-stubs xcb xcb-render xcb-render-util
WANTLIB += z atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0 pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0
2010-09-09 09:39:01 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
MODULES= devel/gettext
2010-09-09 09:39:01 -04:00
# needed for regress
MODULES+= textproc/intltool
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= x11/gtk+2
RUN_DEPENDS= devel/desktop-file-utils
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>