2015-05-05 17:00:16 +00:00

35 lines
748 B
Makefile

# $OpenBSD: Makefile,v 1.20 2015/05/05 17:00:21 sthen Exp $
COMMENT= Motif-based table widget
DISTNAME= xbae-4.60.4
REVISION= 12
SHARED_LIBS= Xbae 4.60
CATEGORIES= x11 math
HOMEPAGE= http://xbae.sourceforge.net/
MAINTAINER= Martynas Venckus <martynas@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ICE SM X11 Xau Xdmcp Xext Xft Xm Xmu Xpm Xrender Xt expat
WANTLIB += fontconfig freetype jpeg m png pthread-stubs xcb z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xbae/}
MODULES= converters/libiconv
LIB_DEPENDS+= x11/openmotif
USE_GROFF = Yes
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>