openbsd-ports/x11/xbae/Makefile

39 lines
839 B
Makefile
Raw Normal View History

2011-09-16 08:29:12 -04:00
# $OpenBSD: Makefile,v 1.16 2011/09/16 12:29:17 espie 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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
USE_LIBTOOL= Yes
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>