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