freebsd-ports/x11-fonts/freefonts/Makefile
Trevor Johnson 1e45c8cae4 Some of these fonts are not freely redistributable. Add RESTRICTED
line and describe some of the restrictions.

PR:		21907
Submitted by:	Dag-Erling Smørgrav <des@yes.no>
2000-10-15 06:55:37 +00:00

25 lines
514 B
Makefile

# New ports collection makefile for: freefonts
# Date created: Thu Aug 1 21:32:14 CDT 1996
# Whom: erich@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= freefonts
PORTVERSION= 0.10
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/
MAINTAINER= ports@FreeBSD.org
RESTRICTED= "see accompanying .license files"
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
post-install:
${RM} ${PREFIX}/lib/X11/fonts/freefont/fonts.dir.orig
@${CAT} ${DESCR}
.include <bsd.port.mk>