openbsd-ports/x11/xbae/Makefile
2022-03-11 20:15:18 +00:00

29 lines
584 B
Makefile

COMMENT= Motif-based table widget
DISTNAME= xbae-4.60.4
REVISION= 17
SHARED_LIBS= Xbae 4.60
CATEGORIES= x11 math
HOMEPAGE= http://xbae.sourceforge.net/
# BSD
PERMIT_PACKAGE= Yes
WANTLIB += ICE SM X11 Xext Xft Xm Xmu Xpm Xrender Xt expat fontconfig
WANTLIB += freetype iconv jpeg m png xcb z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xbae/}
LIB_DEPENDS+= converters/libiconv \
x11/motif
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc \
--enable-production
CONFIGURE_ENV= LDFLAGS=-lm
MAKE_ENV+=MOTIFLIB='-L${LOCALBASE}/lib -lXm'
.include <bsd.port.mk>