summaryrefslogtreecommitdiffstats
path: root/x11/gnome-menus/Makefile
blob: 41e0ea9e87634c1cf6078e5eb1b2ac26abdb9bb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:    gnome-menus
# Date created:             30 November 2004
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom$
#

PORTNAME=   gnome-menus
PORTVERSION=    2.11.1.1
CATEGORIES= x11 gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.11
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Implementation of the FreeDesktop Desktop Menu Spec

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_REINPLACE=  yes
USE_GMAKE=  yes
USE_GNOME=  gnomeprefix gnomehack intlhack gnomevfs2
USE_LIBTOOL_VER=15
USE_PYTHON= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/share/gnome|${X11BASE}/share/gnome|g' \
        ${WRKSRC}/layout/applications.menu \
        ${WRKSRC}/layout/settings.menu
    @${SED} -e 's|/usr/local|${LOCALBASE}|g' \
        < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory

post-install:
    @${MKDIR} ${PREFIX}/share/gnome/desktop-directories
    @${INSTALL_DATA} ${WRKSRC}/KDE.directory ${PREFIX}/share/gnome/desktop-directories

.include <bsd.port.mk>