1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/x11-fonts/etlfonts/Makefile

35 lines
723 B
Makefile
Raw Normal View History

# New ports collection makefile for: etlfonts-noncjk
# Date created: 3 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
1999-08-31 03:04:38 +00:00
# $FreeBSD$
#
PORTNAME= etlfonts-noncjk
2001-02-05 21:02:14 +00:00
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= # disappeared
DISTNAME= non-cjk
EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org
COMMENT= X11 supplemental fonts
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
EXTRACT_CMD= ${TAR}
EXTRACT_BEFORE_ARGS= -xf
EXTRACT_AFTER_ARGS= # empty
USE_XORG= x11
post-extract:
@${GUNZIP_CMD} ${WRKSRC}/*.gz
post-install:
@${SH} ${PKGREQ} ${PKGNAME} INSTALL
.include <bsd.port.mk>