36 lines
766 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2009/12/16 15:09:19 kili Exp $
COMMENT= Motif-based table widget
2007-05-17 05:03:49 +00:00
DISTNAME= xbae-4.60.4
PKGNAME= ${DISTNAME}p5
2007-05-17 05:03:49 +00:00
SHARED_LIBS= Xbae 4.60
2007-05-17 05:03:49 +00:00
CATEGORIES= x11 math
2007-05-17 05:03:49 +00:00
HOMEPAGE= http://xbae.sourceforge.net/
2007-05-17 05:03:49 +00: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 15:37:38 +00:00
WANTLIB += ICE SM X11 Xau Xdmcp Xext Xft Xp Xpm Xrender Xt jpeg m png
WANTLIB += expat fontconfig freetype z iconv pthread-stubs xcb
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xbae/}
USE_LIBTOOL= Yes
USE_X11= Yes
USE_MOTIF= Yes
CONFIGURE_STYLE= gnu
2007-05-17 05:03:49 +00:00
CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc \
--enable-production
CONFIGURE_ENV= LDFLAGS=-lm
.include <bsd.port.mk>