freebsd-ports/russian/netscape4.language/Makefile

40 lines
1,016 B
Makefile
Raw Normal View History

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