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