summaryrefslogblamecommitdiffstats
path: root/deskutils/gnomeutils2/Makefile
blob: 06f552151d3f7ddee92b55181904909866dd56e1 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                              
           
                                                                                       


                           
                      

















                                                           
                          














                                                                          
# New ports collection makefile for:    gnomeutils2
# Date created:             06 May 2002
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.63 2005/07/01 17:57:13 marcus Exp $
#

PORTNAME=   gnomeutils2
PORTVERSION=    2.11.2
PORTEPOCH=  1
CATEGORIES= deskutils gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-utils/2.11
DISTNAME=   gnome-utils-${PORTVERSION}
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME 2 support utilities

USE_BZIP2=  yes
USE_X_PREFIX=   yes
INSTALLS_OMF=   yes
USE_REINPLACE=  yes
USE_GMAKE=  yes
GNOME_DESKTOP_VERSION=2
USE_GNOME=  gnomeprefix gnomehack intlhack gnomepanel \
        libgnomeprintui gnomedesktop
USE_AUTOTOOLS=  libtool:15
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=       gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1
GCONF_SCHEMAS=  gdict.schemas gnome-screenshot.schemas \
        gnome-search-tool.schemas logview.schemas

post-extract:
    @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
        's|
$$||g'

post-patch:
    @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f

.include <bsd.port.mk>