openbsd-ports/x11/fvwm2/Makefile

51 lines
1.2 KiB
Makefile
Raw Normal View History

COMMENT= multiple virtual desktop window manager
2001-06-27 17:50:38 -04:00
VERSION= 2.6.9
REVISION= 1
2001-06-27 17:50:38 -04:00
DISTNAME= fvwm-${VERSION}
PKGNAME= fvwm2-${VERSION}
2010-07-30 08:03:08 -04:00
2001-06-27 17:50:38 -04:00
CATEGORIES= x11
HOMEPAGE= https://www.fvwm.org/
2001-06-27 17:50:38 -04:00
MAINTAINER= Michael <michi+openbsd@dataswamp.org>
2001-06-27 17:50:38 -04:00
# Mostly GPLv2, main module has some code under MIT
# See COPYING and https://github.com/fvwmorg/fvwm/commit/cadd6ed0d5
PERMIT_PACKAGE= Yes
2010-07-30 08:03:08 -04:00
WANTLIB += ICE SM X11 Xcursor Xext Xft Xinerama Xpm Xrender
WANTLIB += c cairo curses fontconfig freetype gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gobject-2.0 iconv intl m png
WANTLIB += readline rsvg-2 z
2001-06-27 17:50:38 -04:00
MASTER_SITES= https://github.com/fvwmorg/fvwm/releases/download/${VERSION}/
LIB_DEPENDS+= graphics/png \
x11/gnome/librsvg
2001-06-27 17:50:38 -04:00
BUILD_DEPENDS= textproc/libxslt
2016-03-20 16:31:56 -04:00
FLAVORS= debug
2001-06-27 17:50:38 -04:00
FLAVOR?=
.if ${FLAVOR:Mdebug}
2001-06-27 17:50:38 -04:00
CONFIGURE_ARGS+= --enable-debug-msgs
.endif
SUBST_VARS= VERSION
2001-06-27 17:50:38 -04:00
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-mandoc \
--disable-bidi \
--disable-gtk \
--without-gnome \
2016-03-20 16:31:56 -04:00
--without-rplay-library \
2013-06-02 22:46:57 -04:00
--without-stroke-library
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
2001-06-27 17:50:38 -04:00
.include <bsd.port.mk>