blob: 1c926554a566d02485085511939f8c7421a2c624 (
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
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-menus
PORTVERSION= 1.6.0
PORTREVISION= 1
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Implementation of the FreeDesktop Desktop Menu Spec
PORTSCOUT= limitw:1,even
USES= gettext gmake pathfix pkgconfig
USE_XZ= yes
USE_MATE= autogen common:build intlhack ltverhack
USE_GNOME= glib20 gnomehier introspection:build
USE_PYTHON= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PATHFIX_MAKEFILEIN= Makefile.*
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/mate|${LOCALBASE}/share/mate|g' \
${WRKSRC}/layout/mate-applications.menu \
${WRKSRC}/layout/mate-settings.menu
@${SED} -e 's|/usr/local|${LOCALBASE}|g' \
< ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory
@${SED} -e 's|/usr/local|${LOCALBASE}|g' \
< ${FILESDIR}/GNOME.directory > ${WRKSRC}/GNOME.directory
post-install:
@${INSTALL_DATA} ${WRKSRC}/*.directory \
${STAGEDIR}${PREFIX}/share/mate/desktop-directories/
.include <bsd.port.mk>
|