summaryrefslogtreecommitdiff
path: root/russian/pgp.language/Makefile
blob: 631cbf1e1a3e902a8c28c05c62af9181d20a1613 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for: pgp.language
# Date created:         4 May 1995
# Whom:                 ache
#
# $FreeBSD$
#

PORTNAME=	pgp
PORTVERSION=	2.6.3ia
CATEGORIES=	russian
MASTER_SITES=	ftp://ftp.kiarchive.ru/pub/unix/crypto/pgp/
DISTNAME=	pgp26ru

MAINTAINER=	ache@FreeBSD.org
COMMENT=	Russian language module for PGP

BROKEN=		Broken dependency

RUN_DEPENDS+=	${LOCALBASE}/lib/pgp/config.txt:${PORTSDIR}/security/pgp

USE_ZIP=	YES
NO_WRKSUBDIR=	YES
NO_BUILD=	YES

PGPLIB=		${PREFIX}/lib/pgp
OBJS=		language.txt ru.hlp

do-install:
	[ -d ${PGPLIB} ] || ${MKDIR} ${PGPLIB}
	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; \
		${SED} 's/^Language.*=.*$$/Language = ru/' < config.txt.bak > config.txt; }
	-pgp > /dev/null  2>&1  # update .idx file

.include <bsd.port.mk>