openbsd-ports/x11/lxrandr/Makefile

39 lines
913 B
Makefile
Raw Normal View History

2010-07-30 08:03:08 -04:00
# $OpenBSD: Makefile,v 1.5 2010/07/30 12:03:09 ajacoutot Exp $
COMMENT= simple xrandr config tool
DISTNAME= lxrandr-0.1
2010-07-30 08:03:08 -04:00
REVISION= 2
CATEGORIES= x11 sysutils
HOMEPAGE= http://lxde.org/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \
fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0 \
gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
2010-07-30 08:03:08 -04:00
pixman-1 png z pthread-stubs xcb gdk-x11-2.0 \
gdk_pixbuf-2.0 gtk-x11-2.0
MODULES= devel/gettext
2010-07-30 08:03:08 -04:00
LIB_DEPENDS= ::x11/gtk+2
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>