1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/russian/netscape4.language/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

40 lines
1012 B
Makefile

# New ports collection makefile for: netscape.language
# Version required: 3.01
# Date created: 8 Apr 1996
# Whom: ache
#
# $Id: Makefile,v 1.13 1998/06/27 05:19:29 asami Exp $
#
PKGNAME= ru-netscape-3.01
CATEGORIES= russian www
MAINTAINER= ache@FreeBSD.ORG
RUN_DEPENDS += ${X11BASE}/lib/X11/nls/ru_SU.KOI8-R:${PORTSDIR}/russian/X.language
RUN_DEPENDS += netscape:${PORTSDIR}/www/netscape3
RESTRICTED= "Includes a copyrighted file from Netscape"
NO_EXTRACT= YES
NO_BUILD= YES
NO_WRKDIR= YES
USE_X_PREFIX= YES
APPDEF = ${X11BASE}/lib/X11/app-defaults
# no distfile to fetch
do-fetch:
do-install:
if [ -f ${APPDEF}/Netscape ] ; then \
grep -q '\.version:.*3\.01$$' ${APPDEF}/Netscape || \
${RM} ${APPDEF}/Netscape; \
fi
if [ ! -f ${APPDEF}/Netscape ] ; then \
${CP} /usr/local/lib/netscape/Netscape.ad ${APPDEF}/Netscape; \
fi
cd ${APPDEF}; grep -q koi8-r=BOLD Netscape || \
patch < ${FILESDIR}/koi8-r_patch;
.include <bsd.port.mk>