freebsd-ports/x11-toolkits/lesstif/Makefile

39 lines
992 B
Makefile
Raw Normal View History

# Created by: 1wardd@airmail.net
1999-08-31 05:04:38 +02:00
# $FreeBSD$
PORTNAME= lesstif
2009-06-06 09:49:00 +02:00
PORTVERSION= 0.95.2
PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= x11-toolkits
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
CONFLICTS?= open-motif-*
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
USE_LDCONFIG= yes
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
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
post-install:
2013-11-22 20:57:44 +01:00
${INSTALL_DATA} ${WRKSRC}/scripts/autoconf/ac_find_motif.m4 \
${STAGEDIR}${PREFIX}/share/aclocal
.include <bsd.port.mk>