bf69eda9be
These are character-cell fonts for use with the X Window System, created by Jim Knoble. The current list of fonts included in this package are: Neep (formerly known as NouveauGothic) ISO-8859-1, 2, 9, 15 Modd ISO-8859-1 only WWW: http://www.jmknoble.net/fonts/ from Jon Olsson <jon@abc.se>
28 lines
495 B
Makefile
28 lines
495 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/27 08:03:35 sturm Exp $
|
|
|
|
COMMENT= "nice fixed width fonts, easy on the eye"
|
|
|
|
DISTNAME= jmk-x11-fonts-3.0
|
|
PKGNAME= ${DISTNAME:S/-x11//}
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://www.jmknoble.net/fonts/
|
|
|
|
MAINTAINER= Jon Olsson <jon@abc.se>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
USE_X11= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|