freebsd-ports/x11-fonts/etlfonts/Makefile

29 lines
556 B
Makefile
Raw Normal View History

# New ports collection makefile for: etlfonts-noncjk
# Version required: 1.0
# Date created: 3 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
1999-08-30 23:04:38 -04:00
# $FreeBSD$
#
DISTNAME= non-cjk
PKGNAME= etlfonts-noncjk-1.0
CATEGORIES= x11-fonts
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/fonts/
EXTRACT_SUFX= .tar
MAINTAINER= mita@jp.FreeBSD.org
EXTRACT_CMD= ${TAR}
EXTRACT_BEFORE_ARGS= -xf
EXTRACT_AFTER_ARGS= # empty
USE_X_PREFIX= yes
post-extract:
@${GUNZIP_CMD} ${WRKSRC}/*.gz
post-install:
1997-07-13 14:49:31 -04:00
@${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL
.include <bsd.port.mk>