aboutsummaryrefslogtreecommitdiff
path: root/print/gnome-specimen/Makefile
blob: 46ef238f441ab19303056dd33529a5b04208a4be (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
# New ports collection makefile for:	gnome-specimen
# Date created:		2010-08-08
# Whom:			Steve Wills <steve@mouf.net>
#
# $FreeBSD$
#

PORTNAME=	gnome-specimen
PORTVERSION=	0.4
CATEGORIES=	print
MASTER_SITES=	http://uwstopia.nl/geek/projects/gnome-specimen/releases/

MAINTAINER=	steve@mouf.net
COMMENT=	Gnome Specimen is a simple tool to preview and compare installed fonts

GNU_CONFIGURE=	yes
USE_GNOME=	pygnomedesktop
GCONF_SCHEMAS=	gnome-specimen.schemas
USE_GMAKE=	yes
USE_PYTHON=	yes
USE_GETTEXT=	yes
USE_AUTOTOOLS=	automake:110:env autoconf:262:env

INSTALLS_ICONS=	yes

.include <bsd.port.pre.mk>

pre-configure:
	( cd ${WRKSRC} ; ${AUTORECONF} ; ${AUTOMAKE} )

.include <bsd.port.post.mk>