openbsd-ports/x11/terminus-font/Makefile
wilfried d6bf51a072 Import of terminus-font 4.00; submitted by Han Boetes <han@linux-mandrake.com>
The Terminus font is a complete set of fixed-size fonts designed
especially for the usage in terms.
2003-04-16 11:39:04 +00:00

35 lines
747 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/04/16 11:39:04 wilfried Exp $
COMMENT= "fixed width fonts especially for long hacking sessions"
DISTNAME= terminus-font-4.00
CATEGORIES= x11
HOMEPAGE= http://www.is-vn.bg/hamster/jimmy-en.htm
MAINTAINER= Han Boetes <han@linux-mandrake.com>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.is-vn.bg/hamster/
CONFIGURE_STYLE= simple
NO_REGRESS= Yes
USE_X11= Yes
ALL_TARGET= pcf
FONTDIR= ${PREFIX}/lib/X11/fonts/terminus
do-install:
${GZIP_CMD} ${WRKSRC}/*.pcf
${INSTALL_DATA_DIR} ${FONTDIR}
${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${FONTDIR}
cd ${FONTDIR} && ${X11BASE}/bin/mkfontdir
.include <bsd.port.mk>