freebsd-ports/x11-fonts/etlfonts/Makefile
Mark Linimon f26eeca533 Remove dead mastersites.
Source:	distfile survey
2005-11-27 03:24:37 +00:00

32 lines
636 B
Makefile

# New ports collection makefile for: etlfonts-noncjk
# Date created: 3 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= etlfonts-noncjk
PORTVERSION= 1.0
CATEGORIES= x11-fonts
MASTER_SITES= # disappeared
DISTNAME= non-cjk
EXTRACT_SUFX= .tar
MAINTAINER= mita@jp.FreeBSD.org
COMMENT= X11 supplemental fonts
BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT}
RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
EXTRACT_CMD= ${TAR}
EXTRACT_BEFORE_ARGS= -xf
EXTRACT_AFTER_ARGS= # empty
USE_X_PREFIX= yes
post-extract:
@${GUNZIP_CMD} ${WRKSRC}/*.gz
post-install:
@${SH} ${PKGREQ} ${PKGNAME} INSTALL
.include <bsd.port.mk>