aboutsummaryrefslogtreecommitdiffstats
path: root/x11/cinnamon-menus/Makefile
blob: 1862d1be0ccad145f9555b8b6040a2974384496f (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
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$

PORTNAME=   cinnamon-menus
PORTVERSION=    2.4.1
CATEGORIES= x11 gnome
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Additional UI API for cinnamon

BUILD_DEPENDS=  gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \
        xkeyboard-config>=0:${PORTSDIR}/x11/xkeyboard-config \
        libxkbfile>=0:${PORTSDIR}/x11/libxkbfile
RUN_DEPENDS=    xkeyboard-config>=0:${PORTSDIR}/x11/xkeyboard-config \
        libxkbfile>=0:${PORTSDIR}/x11/libxkbfile

USES=       autoreconf gettext gmake libtool pathfix pkgconfig \
        python:2 tar:xz
USE_GNOME=  gnomemenus3 gnomeprefix gtk30 introspection:build
USE_GITHUB= yes
GH_ACCOUNT= linuxmint
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
PATHFIX_MAKEFILEIN= Makefile.am
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip

.include <bsd.port.mk>