43 lines
1.0 KiB
Makefile
Raw Normal View History

2015-08-17 19:10:11 +00:00
# $OpenBSD: Makefile,v 1.29 2015/08/17 19:10:12 sthen Exp $
2010-11-08 09:57:39 +00:00
COMMENT = C++ toolkit for GUI
CATEGORIES = devel
2013-05-08 13:05:33 +00:00
DISTNAME = fox-1.6.49
2015-08-17 19:10:11 +00:00
REVISION = 1
2013-05-08 13:05:33 +00:00
SHARED_LIBS += FOX-1.6 2.1 # .0.49
SHARED_LIBS += CHART-1.6 1.1 # .0.49
MASTER_SITES = http://ftp.fox-toolkit.org/pub/
2010-11-08 09:57:39 +00:00
HOMEPAGE = http://www.fox-toolkit.org/
2015-08-17 19:10:11 +00:00
2010-11-08 09:57:39 +00:00
MAINTAINER = Marc Espie <espie@openbsd.org>
2010-11-08 09:57:39 +00:00
CONFIGURE_STYLE = gnu
2010-11-15 19:45:56 +00:00
LIB_DEPENDS = archivers/bzip2 \
graphics/jpeg \
graphics/png \
graphics/tiff
2010-11-08 09:57:39 +00:00
CONFIGURE_ENV += \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2010-11-08 09:57:39 +00:00
CONFIGURE_ARGS += \
2013-05-08 13:05:33 +00:00
--x-includes="${X11BASE}/include -I${X11BASE}/include/freetype2" \
--x-libraries=${X11BASE}/lib \
--with-xft
# LGPL or looser
2010-11-08 09:57:39 +00:00
PERMIT_PACKAGE_CDROM = Yes
2010-11-08 09:57:39 +00:00
FOX = fox-1.6
SUBST_VARS = FOX
2010-11-08 09:57:39 +00:00
WANTLIB = GL GLU X11 Xau Xcursor Xdmcp Xext Xfixes Xrender Xrandr c m \
stdc++ z pthread Xft expat fontconfig freetype \
2015-08-17 19:10:11 +00:00
pthread-stubs xcb bz2 jpeg png tiff Xdamage Xxf86vm drm \
X11-xcb glapi xcb-dri2 xcb-glx
2007-04-08 16:33:41 +00:00
.include <bsd.port.mk>