summaryrefslogblamecommitdiffstats
path: root/devel/devhelp3/Makefile
blob: 7a3c8b013c589e36c0d392e46ad838157396dfdf (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
           
                                                                                  

                       
                     

                           
                      



                                                  
                                                         
 

                                
                        
                   
                   
                                         
                   
                                                 




                               

                                                        

           
                                                                           
 
                      
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/trunk/devel/devhelp3/Makefile 17268 2013-04-01 05:13:11Z marcus $

PORTNAME=   devhelp
PORTVERSION=    3.4.1
CATEGORIES= devel gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Developer help browser for GNOME 3

LIB_DEPENDS=    webkitgtk-3.0:${PORTSDIR}/www/webkit-gtk3

CONFLICTS=  devhelp-2.[0-9]*

LATEST_LINK=    devhelp3
USE_XZ=     yes
USE_XORG=   x11
USES=       gettext pathfix pkgconfig
USE_GMAKE=  yes
USE_GNOME=  intlhack gnomeprefix gtk30 gconf2
USE_AUTOTOOLS=  libtool
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes
USE_LDCONFIG=   yes
GCONF_SCHEMAS=  devhelp.schemas
CPPFLAGS+=  ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
LDFLAGS+=   ${PTHREAD_LIBS} -L${LOCALBASE}/lib

post-patch:
    @${REINPLACE_CMD} -e 's|gedit-plugin||g' ${WRKSRC}/misc/Makefile.in

.include <bsd.port.mk>