summaryrefslogtreecommitdiffstats
path: root/x11-fonts/font-manager/Makefile
blob: c4c654e3b17b35b9232ca7c7fa79023e19cbbb4e (plain)
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
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$

PORTNAME=	font-manager
PORTVERSION=	0.5.7
PORTREVISION=	5
CATEGORIES=	x11-fonts gnome
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	lichray@gmail.com
COMMENT=	Font management application for the GNOME desktop

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

BROKEN=		Unfetchable (google code has gone away)

LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2 \
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3

USE_GNOME=	pygtk2
GNU_CONFIGURE=	yes
USES=		gmake pkgconfig python:2 tar:bzip2

PORTDATA=	*

OPTIONS_DEFINE=	NLS

OPTIONS_SUB=		yes

NLS_USES=		gettext
NLS_CONFIGURE_ENABLE=	nls

.include <bsd.port.mk>
OpenPOWER on IntegriCloud