blob: d68ef4d52e17fed1aba9d57dcf971298ee4bb639 (
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
|
# New ports collection makefile for: urwfonts
# Date created: Sat Aug 12 15:02:03 CEST 2000
# Whom: olgeni@uli.it
#
# $FreeBSD$
#
PORTNAME= urwfonts
PORTVERSION= 1.0
PORTREVISION= 1
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
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
NO_BUILD= 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>
|