openbsd-ports/x11/xbae/Makefile

35 lines
748 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.18 2013/03/21 08:48:57 ajacoutot Exp $
COMMENT= Motif-based table widget
2007-05-17 01:03:49 -04:00
DISTNAME= xbae-4.60.4
2011-09-16 08:29:12 -04:00
REVISION= 10
2007-05-17 01:03:49 -04:00
SHARED_LIBS= Xbae 4.60
2007-05-17 01:03:49 -04:00
CATEGORIES= x11 math
2007-05-17 01:03:49 -04:00
HOMEPAGE= http://xbae.sourceforge.net/
2007-05-17 01:03:49 -04:00
MAINTAINER= Martynas Venckus <martynas@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
2009-03-07 10:37:38 -05:00
WANTLIB += ICE SM X11 Xau Xdmcp Xext Xft Xpm Xrender Xt jpeg m png
WANTLIB += expat fontconfig freetype z pthread-stubs xcb Xm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xbae/}
MODULES= converters/libiconv
LIB_DEPENDS+= x11/openmotif
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
2007-05-17 01:03:49 -04:00
CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc \
--enable-production
CONFIGURE_ENV= LDFLAGS=-lm
MAKE_ENV+=MOTIFLIB='-L${LOCALBASE}/lib -lXm'
.include <bsd.port.mk>