1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/www/gtkhtml4/Makefile
Niclas Zeising 7eaba8a8bf Add USES=xorg USES=gl, ports categories w
Add USES=xorg and USES=gl to ports in categories starting with 'w'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 17:20:58 +00:00

36 lines
953 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= gtkhtml
PORTVERSION= 4.10.0
PORTREVISION= 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:misc/iso-codes
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
libenchant.so:textproc/enchant
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz xorg
USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage xorgproto
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>