summaryrefslogtreecommitdiffstats
path: root/misc/cinnamon-translations/Makefile
blob: 68cab35712ccd5d21d10a304f5d2384bcce6fda7 (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
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
#   $MCom$

PORTNAME=   cinnamon-translations
PORTVERSION=    2.0.3
CATEGORIES= misc x11 gnome
MASTER_SITES=   http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Translations for the cinnamon desktop

#USES=      gettext gmake pathfix pkgconfig
USE_XZ=     yes
#USE_GNOME= gnomeprefix gtk20 intltool introspection:build \
#       pygobject3 pygtk2  
USE_PYTHON= yes
NO_CONFIGURE=   yes
NO_BUILD=   yes
PATHFIX_MAKEFILEIN= Makefile.am
CONFIGURE_ARGS= --disable-docbook-docs
CPPFLAGS+=  -I${LOCALBASE}/include -Wformat-nonliteral
LDFLAGS+=   -L${LOCALBASE}/lib

do-install:
    @(cd ${WRKSRC}/mo-export/ && ${CP} -pPR * ${STAGEDIR}${PREFIX}/share/locale)

.include <bsd.port.mk>