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

40 lines
1.1 KiB
Makefile
Raw Normal View History

1995-05-04 14:47:57 +00:00
# New ports collection makefile for: pgp.language
# Version required: 2.6
# Date created: 4 May 1995
# Whom: ache
#
# $Id: Makefile,v 1.6 1995/07/08 00:06:53 ache Exp $
1995-05-04 14:47:57 +00:00
#
DISTNAME= pgp26ru
PKGNAME= pgp-2.6.ru
1995-05-04 14:47:57 +00:00
CATEGORIES+= utilities
MASTER_SITES= ftp://ftp.kiae.su/unix/crypto/pgp/
EXTRACT_SUFX= .zip
1995-05-04 14:47:57 +00:00
MAINTAINER= ache@FreeBSD.ORG
EXEC_DEPENDS += unzip:${PORTSDIR}/archivers/unzip
EXEC_DEPENDS += pgp:${PORTSDIR}/security/pgp
1995-05-04 14:47:57 +00:00
EXTRACT_CMD= unzip
EXTRACT_ARGS= -q
NO_WRKSUBDIR= YES
NO_CONFIGURE= YES
NO_PATCH= YES
NO_BUILD= YES
1995-05-04 14:47:57 +00:00
PGPLIB= ${PREFIX}/lib/pgp
OBJS= language.txt ru.hlp
do-install:
[ -d ${PGPLIB} ] || mkdir -p ${PGPLIB}
1995-05-04 14:47:57 +00: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; \
sed 's/^Language.*=.*$$/Language = ru/' < config.txt.bak > config.txt; }
-pgp > /dev/null 2>&1 # update .idx file
.include <bsd.port.mk>