1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/x11-fonts/urwfonts/Makefile
Jimmy Olgeni b09702dc34 Add fc-cache handling.
Obtained from:	Dejan Lesjak <dejan.lesjak(at)ijs.si>
2006-03-26 17:49:22 +00:00

26 lines
512 B
Makefile

# 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= http://www.gimp.org/
DISTNAME= urw-fonts
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Another font package for X
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
post-install:
@command fc-cache -v ${PREFIX}/lib/X11/fonts/URW || true
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>