freebsd-ports/print/gnome-specimen/Makefile
Steve Wills aaa27a19ee Gnome Specimen is a simple tool to preview and compare installed fonts
WWW: https://launchpad.net/gnome-specimen

PR:			ports/149496
Submitted By:		myself (swills)
Approved By:		wxs (mentor)
2010-09-06 13:57:51 +00:00

30 lines
659 B
Makefile

# 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
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 -fi ; automake )
.include <bsd.port.post.mk>