summaryrefslogblamecommitdiffstats
path: root/x11/libgnome/Makefile
blob: d7207ee26dbc2c2fb7009aac95d2bc52b1de13ae (plain) (tree)





















                                                                                
                   





                                                                        
                      


                                                   





                                                                    
                      
# New ports collection makefile for:    libgnome
# Date created:             17 June 1998
# Whom:                 Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD: ports/x11/libgnome/Makefile,v 1.136 2004/04/28 18:28:42 marcus Exp $
#

PORTNAME=   libgnome
PORTVERSION=    2.7.1
CATEGORIES?=    x11 gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.7
DIST_SUBDIR=    gnome2

MAINTAINER?=    gnome@FreeBSD.org
COMMENT=    Libraries for GNOME, a GNU desktop environment

BUILD_DEPENDS=  scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
RUN_DEPENDS=    scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_REINPLACE=  yes
USE_XPM=    yes
USE_GMAKE=  yes
USE_GNOME=  gnomeprefix gnomehack lthack gnomehier intlhack esound \
        gnomevfs2 libxslt
USE_BISON=  yes
INSTALLS_SHLIB= yes
USE_INC_LIBTOOL_VER=13
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

.if defined(NOPORTDOCS)
post-patch:
    @${REINPLACE_CMD} -e 's|gnome-data po doc|gnome-data po|g' \
        ${WRKSRC}/Makefile.in
.endif

.include <bsd.port.mk>