openbsd-ports/x11/lxrandr/Makefile

42 lines
1017 B
Makefile
Raw Normal View History

2011-09-16 08:29:12 -04:00
# $OpenBSD: Makefile,v 1.12 2011/09/16 12:29:16 espie Exp $
COMMENT= simple xrandr config tool
2011-09-15 04:24:23 -04:00
DISTNAME= lxrandr-0.1.2
2011-09-16 08:29:12 -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
2011-09-15 04:24:23 -04:00
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 c cairo expat fontconfig freetype
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pixman-1 png pthread pthread-stubs xcb
WANTLIB += xcb-render xcb-shm z
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
2011-09-15 04:24:23 -04:00
USE_GROFF= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>