1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/devhelp/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

54 lines
1.3 KiB
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/devel/devhelp/Makefile,v 1.45 2012/09/01 23:02:09 mezz Exp $
PORTNAME= devhelp
PORTVERSION= 2.32.0
PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Developer help browser for GNOME 2
LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \
libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
CONFLICTS= devhelp-3.[0-9]*
USE_XORG= x11
USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
USE_GNOME= intlhack gnomeprefix libgnomeui libwnck
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
GCONF_SCHEMAS= devhelp.schemas
CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
OPTIONS_DEFINE= GEDIT
GEDIT_DESC= Enable GEdit plug-in support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGEDIT}
BUILD_DEPENDS+= gedit<3.0.0:${PORTSDIR}/editors/gedit
RUN_DEPENDS+= gedit<3.0.0:${PORTSDIR}/editors/gedit
PLIST_SUB+= GEDIT=""
.else
PLIST_SUB+= GEDIT="@comment "
.endif
post-patch:
.if ! ${PORT_OPTIONS:MGEDIT}
@${REINPLACE_CMD} -e 's|gedit-plugin||' \
${WRKSRC}/misc/Makefile.in
@${REINPLACE_CMD} -e 's|-DGTK_DISABLE_SINGLE_INCLUDES||g' \
${WRKSRC}/src/Makefile.in
.endif
.include <bsd.port.mk>