freebsd-ports/russian/pgp.language/Makefile

37 lines
1,022 B
Makefile
Raw Normal View History

1995-05-04 16:47:57 +02:00
# New ports collection makefile for: pgp.language
1996-05-27 03:44:53 +02:00
# Version required: 2.6.3ia
1995-05-04 16:47:57 +02:00
# Date created: 4 May 1995
# Whom: ache
#
# $Id: Makefile,v 1.25 1999/08/28 02:17:28 mharo Exp $
1995-05-04 16:47:57 +02:00
#
DISTNAME= pgp26ru
1996-05-27 03:44:53 +02:00
PKGNAME= ru-pgp-2.6.3ia
CATEGORIES= russian
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/crypto/pgp/
1995-05-04 16:47:57 +02:00
MAINTAINER= ache@FreeBSD.ORG
RESTRICTED= "Crypto"
RUN_DEPENDS += ${PREFIX}/lib/pgp/config.txt:${PORTSDIR}/security/pgp
1999-05-07 05:26:25 +02:00
USE_ZIP= YES
NO_WRKSUBDIR= YES
NO_BUILD= YES
1995-05-04 16:47:57 +02:00
PGPLIB= ${PREFIX}/lib/pgp
OBJS= language.txt ru.hlp
do-install:
[ -d ${PGPLIB} ] || ${MKDIR} ${PGPLIB}
1995-05-04 16:47:57 +02:00
cd ${WRKSRC}; install -c -o bin -g bin -m 444 ${OBJS} ${PGPLIB}
cd ${WRKSRC}; ${TR} -d '\015' < NOTES.ru > ${PGPLIB}/NOTES.ru
cd ${PGPLIB}; ${GREP} -l -q '^Language.*=.*ru' config.txt || { \
${CP} config.txt config.txt.bak; \
1999-08-28 04:17:34 +02:00
${SED} 's/^Language.*=.*$$/Language = ru/' < config.txt.bak > config.txt; }
1995-05-04 16:47:57 +02:00
-pgp > /dev/null 2>&1 # update .idx file
.include <bsd.port.mk>