openbsd-ports/x11/flwm/Makefile
landry 8fbd50bb6d Remove jason@ as MAINTAINER, as his e-mail bounces since a while.. agreed
by jason@, prodded by espie@. While here, take maintainership of
devel/geotiff & devel/proj. Any takers for the others ?
ok espie@
2010-01-23 10:29:45 +00:00

32 lines
626 B
Makefile

# $OpenBSD: Makefile,v 1.20 2010/01/23 10:29:45 landry Exp $
COMMENT= fast-light window manager
DISTNAME= flwm-1.00
PKGNAME= flwm-1.0.0p0
CATEGORIES= x11
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://flwm.sourceforge.net/
EXTRACT_SUFX= .tgz
CONFIGURE_STYLE=gnu dest
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -DFLTK_1_0_COMPAT -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
USE_X11= Yes
#NO_SHARED_LIBS= Yes
LIB_DEPENDS= fltk.>=1::x11/fltk
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c m stdc++
NO_REGRESS= Yes
.include <bsd.port.mk>