2012-02-19 10:07:38 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libxaw3dxft
|
2015-01-03 15:50:33 +01:00
|
|
|
DISTVERSION= 1.6.2d
|
2012-02-20 14:05:46 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2012-02-19 10:07:38 +01:00
|
|
|
MASTER_SITES= SF/sf-xpaint/${PORTNAME}
|
2013-01-26 17:28:05 +01:00
|
|
|
DISTNAME= libXaw3dXft-${DISTVERSION}
|
2012-02-19 10:07:38 +01:00
|
|
|
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
|
|
COMMENT= 3D Xaw (Athena Widget Set) replacement with extended fonts
|
|
|
|
|
2014-03-05 08:19:19 +01:00
|
|
|
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
|
2012-02-19 10:07:38 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-06-30 23:28:26 +02:00
|
|
|
USES= libtool pathfix pkgconfig tar:bzip2
|
2012-02-19 10:07:38 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_XORG= xft xmu xpm
|
|
|
|
|
2014-03-05 08:19:19 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2013-01-26 17:28:05 +01:00
|
|
|
CONFIGURE_ARGS+=--enable-internationalization --enable-arrow-scrollbars
|
2012-02-19 10:07:38 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include/freetype2
|
|
|
|
|
2013-01-26 17:28:05 +01:00
|
|
|
DOCSDIR= ${LOCALBASE}/share/doc/libXaw3dXft
|
|
|
|
PORTDOCS= *
|
|
|
|
|
2012-02-19 10:07:38 +01:00
|
|
|
post-patch:
|
2013-01-26 17:28:05 +01:00
|
|
|
@${REINPLACE_CMD} '/^typedef.*Pixel;/d' ${WRKSRC}/src/Xaw3dXft.c
|
2012-02-19 10:07:38 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|