mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
23 lines
393 B
Makefile
23 lines
393 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
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://www.gimp.org/
|
|
DISTNAME= urw-fonts
|
|
|
|
MAINTAINER= olgeni@uli.it
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
post-install:
|
|
@${CAT} ${DESCR}
|
|
|
|
.include <bsd.port.mk>
|