diff options
author | erich <erich@FreeBSD.org> | 1996-08-16 21:38:34 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-08-16 21:38:34 +0800 |
commit | 03c2ddb7afe91af7828fe66113af2e0f85208491 (patch) | |
tree | 55e4810fc95e0e64cc54adbfa68b5fc2c9503e42 /x11-fonts/freefonts/Makefile | |
parent | 6638749deb06a3c2313ef7a67dce445d1eb9fde1 (diff) | |
download | freebsd-ports-gnome-03c2ddb7afe91af7828fe66113af2e0f85208491.tar.gz freebsd-ports-gnome-03c2ddb7afe91af7828fe66113af2e0f85208491.tar.zst freebsd-ports-gnome-03c2ddb7afe91af7828fe66113af2e0f85208491.zip |
New port for `freefonts' a bunch of free type-1 fonts for X11
Diffstat (limited to 'x11-fonts/freefonts/Makefile')
-rw-r--r-- | x11-fonts/freefonts/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-fonts/freefonts/Makefile b/x11-fonts/freefonts/Makefile new file mode 100644 index 000000000000..d14dcafe1543 --- /dev/null +++ b/x11-fonts/freefonts/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: freefonts +# Version required: 0.10 +# Date created: Thu Aug 1 21:32:14 CDT 1996 +# Whom: erich@FreeBSD.org +# +# $Id$ +# + +DISTNAME= freefonts-0.10 +CATEGORIES+= x11 +MASTER_SITES= ftp://scam.xcf.berkeley.edu/pub/gimp/ +NO_WRKSUBDIR= yes +USE_X11= yes + +MAINTAINER= erich@FreeBSD.org + +post-install: + @cat ${PKGDIR}/DESCR + +.include <bsd.port.mk> + |