blob: d9a32d43512ace5f88fdea67ed5e5dc5a2df1c5c (
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
|
# 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= olgeni@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>
|