mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
750c9f1c0e
Small bugfix release. Remove obsolete reinplace line.
36 lines
1.0 KiB
Makefile
36 lines
1.0 KiB
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/www/gtkhtml4/Makefile 19578 2014-04-25 21:50:30Z kwm $
|
|
|
|
PORTNAME= gtkhtml
|
|
PORTVERSION= 4.8.2
|
|
CATEGORIES= www gnome
|
|
MASTER_SITES= GNOME
|
|
PKGNAMESUFFIX= 4
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Lightweight HTML rendering/printing/editing engine
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
|
|
LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
|
|
libenchant.so:${PORTSDIR}/textproc/enchant
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
|
|
|
|
USES= gettext gmake libtool pathfix pkgconfig tar:xz
|
|
USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage xproto
|
|
USE_GNOME= gnomeprefix intlhack gtk30
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_SUB= VERSION="4.0"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|