aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/urwfonts/Makefile
blob: 8dddfdbca081c44aa5747ce1a730d92a57f7dcbe (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
# $FreeBSD$

PORTNAME=	urwfonts
PORTVERSION=	1.0
PORTREVISION=	3
CATEGORIES=	x11-fonts
MASTER_SITES=	ftp://ftp.gimp.org/pub/gimp/fonts/
DISTNAME=	urw-fonts

MAINTAINER=	olgeni@FreeBSD.org
COMMENT=	Another font package for X

RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig

NO_WRKSUBDIR=	yes
NO_BUILD=	yes

NO_STAGE=	yes
post-extract:
	@${CHMOD} ${SHAREMODE} ${WRKDIR}/URW/*

post-install:
	@command fc-cache -v ${PREFIX}/lib/X11/fonts/URW || true
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>