freebsd-ports/x11-fonts/etlfonts/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

26 lines
527 B
Makefile

# New ports collection makefile for: etlfonts-noncjk
# Version required: 1.0
# Date created: 3 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
# $Id: Makefile,v 1.3 1997/07/13 18:49:31 max Exp $
#
DISTNAME= non-cjk
PKGNAME= etlfonts-noncjk-1.0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/fonts/
EXTRACT_SUFX= .tar
MAINTAINER= mita@jp.FreeBSD.org
EXTRACT_ARGS= -xf
USE_X_PREFIX= yes
post-extract:
@gunzip ${WRKSRC}/*.gz
post-install:
@${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL
.include <bsd.port.mk>