1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/russian/netscape4.language/Makefile

42 lines
1.0 KiB
Makefile
Raw Normal View History

1996-04-08 01:09:43 +00:00
# New ports collection makefile for: netscape.language
1996-11-07 00:12:05 +00:00
# Version required: 3.01
1996-04-08 01:09:43 +00:00
# Date created: 8 Apr 1996
# Whom: ache
#
# $Id: Makefile,v 1.10 1996/11/07 00:11:45 ache Exp $
1996-04-08 01:09:43 +00:00
#
1996-11-07 00:12:05 +00:00
PKGNAME= ru-netscape-3.01
CATEGORIES= russian www
1996-04-08 01:09:43 +00:00
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."
1996-04-08 01:09:43 +00:00
NO_PATCH= YES
NO_EXTRACT= YES
NO_CONFIGURE= YES
NO_BUILD= YES
NO_WRKDIR= YES
USE_X11= YES
APPDEF = ${X11BASE}/lib/X11/app-defaults
# no distfile to fetch
do-fetch:
do-install:
if [ -f ${APPDEF}/Netscape ] ; then \
1996-11-07 00:12:05 +00:00
grep -q '\.version:.*3\.01$$' ${APPDEF}/Netscape || \
1996-04-08 01:09:43 +00:00
rm ${APPDEF}/Netscape; \
fi
if [ ! -f ${APPDEF}/Netscape ] ; then \
cp /usr/local/lib/netscape/Netscape.ad ${APPDEF}/Netscape; \
fi
1996-07-01 21:54:26 +00:00
cd ${APPDEF}; grep -q koi8-r=BOLD Netscape || \
1996-04-08 01:09:43 +00:00
patch < ${FILESDIR}/koi8-r_patch;
.include <bsd.port.mk>