mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
f119779ca7
PR: 57291 Submitted by: Mark Linimon <linimon@lonesome.com>
38 lines
855 B
Makefile
38 lines
855 B
Makefile
# New ports collection makefile for: lfpfonts-fix
|
|
# Date created: Sat Jan 19 20:59:31 CET 2002
|
|
# Whom: olgeni@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lfpfonts-fix
|
|
PORTVERSION= 0.82
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= xfonts
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Fixed width fonts from the Linux Font Project
|
|
|
|
WRKSRC= ${WRKDIR}/lfpfonts-fix
|
|
|
|
NO_BUILD= yes
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${XFREE86_VERSION} == 4
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
|
|
.endif
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/lib/X11/fonts/lfpfonts-fix
|
|
@${INSTALL_DATA} ${WRKSRC}/lfp-fix/*.pcf.gz ${PREFIX}/lib/X11/fonts/lfpfonts-fix
|
|
@${INSTALL_DATA} ${WRKSRC}/lfp-fix/fonts.dir ${PREFIX}/lib/X11/fonts/lfpfonts-fix
|
|
|
|
post-install:
|
|
@${CAT} ${DESCR}
|
|
|
|
.include <bsd.port.post.mk>
|