2013-01-26 17:06:35 +01:00
|
|
|
# Created by: 1wardd@airmail.net
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1997-01-09 10:07:31 +01:00
|
|
|
|
2000-04-10 03:11:24 +02:00
|
|
|
PORTNAME= lesstif
|
2009-06-06 09:49:00 +02:00
|
|
|
PORTVERSION= 0.95.2
|
2010-09-15 20:35:24 +02:00
|
|
|
PORTREVISION= 2
|
2004-10-13 22:31:11 +02:00
|
|
|
PORTEPOCH= 2
|
1998-08-08 00:56:48 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
2009-08-22 02:39:37 +02:00
|
|
|
MASTER_SITES= SF
|
1997-05-24 10:45:06 +02:00
|
|
|
|
2006-11-03 05:55:40 +01:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 19:26:42 +01:00
|
|
|
COMMENT= API compatible clone of the Motif toolkit
|
1997-05-24 10:45:06 +02:00
|
|
|
|
2013-12-11 22:54:33 +01:00
|
|
|
LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
|
|
|
|
libfreetype.so:${PORTSDIR}/print/freetype2
|
2005-04-02 22:03:49 +02:00
|
|
|
|
2003-10-12 14:49:47 +02:00
|
|
|
CONFLICTS?= open-motif-*
|
2013-09-21 13:06:03 +02:00
|
|
|
|
2006-06-10 15:53:29 +02:00
|
|
|
USE_BZIP2= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= automake:env autoconf libtool
|
2009-07-06 09:21:58 +02:00
|
|
|
USE_XORG= sm ice xt xp xext x11 xextproto xrender xft
|
2007-02-01 14:45:09 +01:00
|
|
|
USE_LDCONFIG= yes
|
2003-01-02 05:14:20 +01:00
|
|
|
LIBTOOLFILES= aclocal.m4 test/aclocal.m4
|
|
|
|
CONFIGURE_ARGS+= --enable-static --enable-shared --enable-production
|
|
|
|
CONFIGURE_ARGS+= --disable-maintainer-mode
|
2008-03-30 11:36:46 +02:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
1999-07-14 05:58:27 +02:00
|
|
|
|
2009-06-06 09:49:00 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} \
|
|
|
|
-e 's|LT_HAVE_FREETYPE|FINDXFT_HAVE_FREETYPE|g' \
|
|
|
|
-e 's|LT_HAVE_XRENDER|FINDXFT_HAVE_XRENDER|g' \
|
|
|
|
${WRKSRC}/acinclude.m4
|
|
|
|
|
1997-01-09 10:07:31 +01:00
|
|
|
post-install:
|
2013-11-22 20:57:44 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/scripts/autoconf/ac_find_motif.m4 \
|
|
|
|
${STAGEDIR}${PREFIX}/share/aclocal
|
1997-01-09 10:07:31 +01:00
|
|
|
|
2007-10-04 08:27:14 +02:00
|
|
|
.include <bsd.port.mk>
|