- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
34 lines
725 B
Makefile
34 lines
725 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= # disappeared
|
|
DISTNAME= non-cjk
|
|
EXTRACT_SUFX= .tar
|
|
|
|
MAINTAINER= mita@jp.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>
|